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