示例#1
0
 public void TestGetEstudianteById()
 {
     string     expectedname = "Ashly";
     var        controller   = new EscuelaServices(_EscuelaServicio);
     Estudiante result       = controller.VerListadodeEstudiantes(1);
 }
示例#2
0
 public UnitTest1(EscuelaServices EscuelaServicio)
 {
     _EscuelaServicio = EscuelaServicio;
 }
 public EscuelaController(EscuelaServices EscuelaServicio)
 {
     _EscuelaServicio = EscuelaServicio;
 }