public DeskServices(IMemberContext memberContext, IDeskContext deskContext, CommonNotify commonNotify)
 {
     _memberContext = memberContext;
     _deskContext   = deskContext;
     _commonNotify  = commonNotify;
 }
Exemple #2
0
 public AppServices(IAppContext appContext, IDeskContext deskContext, CommonNotify commonNotify)
 {
     _appContext   = appContext;
     _deskContext  = deskContext;
     _commonNotify = commonNotify;
 }