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