Exemplo n.º 1
0
 public StudentRepository(IText2ListStudents text2ListStudents)
 {
     _text2ListStudents = text2ListStudents;
 }
Exemplo n.º 2
0
 public ToStudentsTests()
 {
     service = new WebApi.Data.Text2ListStudents();
 }