Exemplo n.º 1
0
 public StudentController(IStudentClient studentClient)
 {
     _studentClient = (StudentClient)studentClient;
 }
Exemplo n.º 2
0
 public AdminController(IStudentClient studentClient)
 {
     _studentClient = studentClient;
 }