Esempio n. 1
0
 public IncomingNotesService(ISystemUsersService systemUsersService, IIncomingNoteCommands incomingNoteCommands)
 {
     mSystemUsersService   = systemUsersService;
     mIncomingNoteCommands = incomingNoteCommands;
 }
 public IncomingNotesService(ISystemUsersService systemUsersService, IIncomingNoteCommands incomingNoteCommands )
 {
     mSystemUsersService = systemUsersService;
     mIncomingNoteCommands = incomingNoteCommands;
 }