public DataService( IClientRepository client, IOrgRepository org, ICostRepository cost, IDryBoxRepository dryBox, IAccountRepository account, IRoomRepository room, IActiveLogRepository activeLog, IServiceLogRepository serviceLog, IHolidayRepository holiday, IFeedRepository feed, IHelpRepository help, IGlobalSettingRepository globalSetting, IMenuRepository menu, INewsRepository news) { Client = client; Org = org; Cost = cost; DryBox = dryBox; Account = account; Room = room; ActiveLog = activeLog; ServiceLog = serviceLog; Holiday = holiday; Feed = feed; Help = help; GlobalSetting = globalSetting; Menu = menu; News = news; }
public StoreDataRepository(ISessionManager mgr, IDryBoxRepository drybox) : base(mgr) { DryBox = drybox; }