Beispiel #1
0
 public CardTypeService(MangoCardsDataContext dbContext)
     : base(dbContext)
 {
 }
Beispiel #2
0
 public LoginLogService(MangoCardsDataContext dbContext)
     : base(dbContext)
 {
 }
 public WeChatUserService(MangoCardsDataContext dbContext)
     : base(dbContext)
 {
 }
Beispiel #4
0
 public CardTypeService(MangoCardsDataContext dbContext)
     : base(dbContext)
 {
 }
Beispiel #5
0
 public AccountService(MangoCardsDataContext dbContext)
     : base(dbContext)
 {
 }
Beispiel #6
0
 public AccountService(MangoCardsDataContext dbContext)
     : base(dbContext)
 {
 }
Beispiel #7
0
 public EmployeeService(MangoCardsDataContext dbContext)
     : base(dbContext)
 {
 }
Beispiel #8
0
 public LoginLogService(MangoCardsDataContext dbContext)
     : base(dbContext)
 {
 }
Beispiel #9
0
     {
         DbContext.Dispose();
     }
 }
Beispiel #10
0
 public WeChatUserService(MangoCardsDataContext dbContext)
     : base(dbContext)
 {
 }
Beispiel #11
0
 public EmployeeService(MangoCardsDataContext dbContext)
     : base(dbContext)
 {
 }