comparison Agendas/trunk/src/Agendas.Tests/Cruds/EventoCrudNhTests.cs @ 140:3639803112c6

Refactoring de la relaciĆ³n entre Evento y Estado
author nelopauselli
date Fri, 29 Jul 2011 16:30:53 -0300
parents 2d1adbaf0373
children 5346c0500594
comparison
equal deleted inserted replaced
139:18e5a78186e4 140:3639803112c6
63 [Test] 63 [Test]
64 public void Delete() 64 public void Delete()
65 { 65 {
66 _eventoCrud.Delete(); 66 _eventoCrud.Delete();
67 } 67 }
68
69 [Test]
70 public void Workflow()
71 {
72 _eventoCrud.Workflow();
73 }
68 74
69 } 75 }
70 } 76 }