예제 #1
0
 public RefreshTokenDAL(LdCmsDbEntitiesContext dbContext) : base(dbContext)
 {
 }
예제 #2
0
 public VersionDAL(LdCmsDbEntitiesContext dbContext) : base(dbContext)
 {
 }
예제 #3
0
 public AmountRecordDAL(LdCmsDbEntitiesContext dbContext) : base(dbContext)
 {
 }
예제 #4
0
 public InterfaceAccessTokenService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IInterfaceAccessTokenDAL InterfaceAccessTokenDAL)
 {
     this.LdCmsDbEntitiesContext  = LdCmsDbEntitiesContext;
     this.InterfaceAccessTokenDAL = InterfaceAccessTokenDAL;
     this.Dal = InterfaceAccessTokenDAL;
 }
예제 #5
0
 public BaseDAL(LdCmsDbEntitiesContext dbContext)
 {
     this.dbContext = dbContext;
 }
예제 #6
0
 public StaffService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IStaffDAL StaffDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.StaffDAL = StaffDAL;
     this.Dal      = StaffDAL;
 }
예제 #7
0
 public LoginRecordService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, ILoginRecordDAL LoginRecordDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.LoginRecordDAL         = LoginRecordDAL;
     this.Dal = LoginRecordDAL;
 }
예제 #8
0
 public BlockDAL(LdCmsDbEntitiesContext dbContext) : base(dbContext)
 {
 }
예제 #9
0
 public AccountService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IAccountDAL AccountDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.AccountDAL             = AccountDAL;
     this.Dal = AccountDAL;
 }
예제 #10
0
 public WebApiAccessRecordDAL(LdCmsDbEntitiesContext dbContext) : base(dbContext)
 {
 }
예제 #11
0
 public PageDAL(LdCmsDbEntitiesContext dbContext) : base(dbContext)
 {
 }
예제 #12
0
 public SupplierDAL(LdCmsDbEntitiesContext dbContext) : base(dbContext)
 {
 }
예제 #13
0
 public OperatorDAL(LdCmsDbEntitiesContext dbContext) : base(dbContext)
 {
 }
예제 #14
0
 public FunctionDAL(LdCmsDbEntitiesContext dbContext) : base(dbContext)
 {
 }
예제 #15
0
 public CodeService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, ICodeDAL CodeDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.CodeDAL = CodeDAL;
     this.Dal     = CodeDAL;
 }
예제 #16
0
 public TableOperationService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, ITableOperationDAL TableOperationDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.TableOperationDAL      = TableOperationDAL;
     this.Dal = TableOperationDAL;
 }
예제 #17
0
 public MessageBoardDAL(LdCmsDbEntitiesContext dbContext) : base(dbContext)
 {
 }
예제 #18
0
 public TableDetailsService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, ITableDetailsDAL TableDetailsDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.TableDetailsDAL        = TableDetailsDAL;
     this.Dal = TableDetailsDAL;
 }
예제 #19
0
 public ErrorRecordService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IErrorRecordDAL ErrorRecordDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.ErrorRecordDAL         = ErrorRecordDAL;
     this.Dal = ErrorRecordDAL;
 }
 public InterfaceAccessTokenDAL(LdCmsDbEntitiesContext dbContext) : base(dbContext)
 {
 }
예제 #21
0
 public RankService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IRankDAL RankDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.RankDAL = RankDAL;
     this.Dal     = RankDAL;
 }
예제 #22
0
 public NoticeService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, INoticeDAL NoticeDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.NoticeDAL = NoticeDAL;
     this.Dal       = NoticeDAL;
 }
예제 #23
0
 public SearchKeywordService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, ISearchKeywordDAL SearchKeywordDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.SearchKeywordDAL       = SearchKeywordDAL;
     this.Dal = SearchKeywordDAL;
 }