public SysConfigController(IBaseManager BaseManager, IConfigService ConfigService, ITableOperationManager <Sys_Config> TableOperationManager) : base(BaseManager) { this.BaseManager = BaseManager; this.ConfigService = ConfigService; this.TableOperationManager = TableOperationManager; TableOperationManager.Account = StaffID; TableOperationManager.NickName = StaffName; }
public MemberRankController(IBaseManager BaseManager, IRankService RankService, ITableOperationManager <Member_Rank> TableOperationManager) : base(BaseManager) { this.BaseManager = BaseManager; this.RankService = RankService; this.TableOperationManager = TableOperationManager; TableOperationManager.Account = StaffID; TableOperationManager.NickName = StaffName; }
public LogLoginRecordController(IBaseManager BaseManager, ILoginRecordService LoginRecordService, ITableOperationManager <Log_LoginRecord> TableOperationManager) : base(BaseManager) { this.BaseManager = BaseManager; this.LoginRecordService = LoginRecordService; this.TableOperationManager = TableOperationManager; TableOperationManager.Account = StaffID; TableOperationManager.NickName = StaffName; }
public InstitutionCompanyController(IBaseManager BaseManager, ICompanyService CompanyService, ITableOperationManager <Ld_Institution_Company> TableOperationManager) : base(BaseManager) { this.BaseManager = BaseManager; this.CompanyService = CompanyService; this.TableOperationManager = TableOperationManager; TableOperationManager.Account = StaffID; TableOperationManager.NickName = StaffName; }
public ServiceMessageBoardController(IBaseManager BaseManager, IMessageBoardService MessageBoardService, ITableOperationManager <Service_MessageBoard> TableOperationManager) : base(BaseManager) { this.BaseManager = BaseManager; this.MessageBoardService = MessageBoardService; this.TableOperationManager = TableOperationManager; TableOperationManager.Account = StaffID; TableOperationManager.NickName = StaffName; }
public InstitutionDepartmentController(IBaseManager BaseManager, IDepartmentService DepartmentService, ITableOperationManager <Ld_Institution_Department> TableOperationManager) : base(BaseManager) { this.BaseManager = BaseManager; this.DepartmentService = DepartmentService; this.TableOperationManager = TableOperationManager; TableOperationManager.Account = StaffID; TableOperationManager.NickName = StaffName; }
public LogTableController(IBaseManager BaseManager, ITableService TableService, ITableDetailsService TableDetailsService, ITableOperationManager <Ld_Log_LoginRecord> TableOperationManager) : base(BaseManager) { this.BaseManager = BaseManager; this.TableService = TableService; this.TableDetailsService = TableDetailsService; this.TableOperationManager = TableOperationManager; TableOperationManager.Account = StaffID; TableOperationManager.NickName = StaffName; }
public InstitutionPositionController(IBaseManager BaseManager, IDepartmentService DepartmentService, IPositionService PositionService, ITableOperationManager <Institution_Position> TableOperationManager) : base(BaseManager) { this.BaseManager = BaseManager; this.DepartmentService = DepartmentService; this.PositionService = PositionService; this.TableOperationManager = TableOperationManager; TableOperationManager.Account = StaffID; TableOperationManager.NickName = StaffName; }
public InstitutionStoreController(IBaseManager BaseManager, IStoreService StoreService, ITableOperationManager <Institution_Store> TableOperationManager) : base(BaseManager) { this.BaseManager = BaseManager; this.StoreService = StoreService; this.TableOperationManager = TableOperationManager; TableOperationManager.Account = StaffID; TableOperationManager.NickName = StaffName; }