public StudentRepository(IText2ListStudents text2ListStudents)
 {
     _text2ListStudents = text2ListStudents;
 }
Example #2
0
 public ToStudentsTests()
 {
     service = new WebApi.Data.Text2ListStudents();
 }