public IncidentsService(IRepository <Incident> incidentsRepository, ISystemUsersService systemUsersService)
 {
     mIncidentsRepository = incidentsRepository;
     mSystemUsersService  = systemUsersService;
 }
示例#2
0
 public IncomingNotesService(ISystemUsersService systemUsersService, IIncomingNoteCommands incomingNoteCommands)
 {
     mSystemUsersService   = systemUsersService;
     mIncomingNoteCommands = incomingNoteCommands;
 }
 public IncomingNotesService(ISystemUsersService systemUsersService, IIncomingNoteCommands incomingNoteCommands )
 {
     mSystemUsersService = systemUsersService;
     mIncomingNoteCommands = incomingNoteCommands;
 }