Esempio n. 1
0
 public ExceptStudentService(IExceptStudentRepository exceptStudentRepository, IStudentInfoRepository studentInfoRepository, IMapper iMapper, ISQLRepository repository)
 {
     this.exceptStudentRepository = exceptStudentRepository;
     this.studentInfoRepository   = studentInfoRepository;
     _IMapper      = iMapper;
     sQLRepository = repository;
 }
Esempio n. 2
0
 public FileService(IMapper iMapper, IFileRepository fileRepository, IDayandNightRepository dayandNightRepository, IStudentInfoRepository studentInfoRepository, IFacultystaffInfoRepository facultystaffInfoRepository, IExceptStudentRepository exceptStudentRepository, IExceptEmployRepository exceptEmployRepository, IValideService valideService, IImageRepository imageRepository)
 {
     _IMapper                     = iMapper;
     _fileRepository              = fileRepository;
     _dayandNightRepository       = dayandNightRepository;
     _studentInfoRepository       = studentInfoRepository;
     _facultystaffInfoRepository  = facultystaffInfoRepository;
     this.exceptStudentRepository = exceptStudentRepository;
     this.exceptEmployRepository  = exceptEmployRepository;
     _valideService               = valideService;
     _imageRepository             = imageRepository;
 }