示例#1
0
 public StudentsController(IStudentRepository repo, IMapper mapper, IQuantumITAppService quantumITAppService)
 {
     _repo   = repo;
     _mapper = mapper;
     _quantumITAppService = quantumITAppService;
 }
 public SubjectsController(IQuantumITAppService quantumITAppService)
 {
     _quantumITAppService = quantumITAppService;
 }
 public StudentsController(IQuantumITAppService quantumITAppService)
 {
     _quantumITAppService = quantumITAppService;
     _error = "Sorry!! Student with this Last Name already exists in this class.";
 }