Exemplo n.º 1
0
 public SystemStaffService(ISystemStaffRepository staffRepostory,
                           ISystemStaffRoleRepository systemStaffRoleRepository,
                           ISystemSectionRepository systemSectionRepository)
 {
     this._staffRepostory            = staffRepostory;
     this._systemStaffRoleRepository = systemStaffRoleRepository;
     this._systemSectionRepository   = systemSectionRepository;
 }
Exemplo n.º 2
0
 public SystemSectionService(ISystemSectionRepository systemSectionRepository)
 {
     this._systemSectionRepository = systemSectionRepository;
 }