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