public IncomingNotesService(ISystemUsersService systemUsersService, IIncomingNoteCommands incomingNoteCommands) { mSystemUsersService = systemUsersService; mIncomingNoteCommands = incomingNoteCommands; }
public IncomingNotesService(ISystemUsersService systemUsersService, IIncomingNoteCommands incomingNoteCommands ) { mSystemUsersService = systemUsersService; mIncomingNoteCommands = incomingNoteCommands; }