예제 #1
0
 public AccountController(PaySystemContext dbContext)
 {
     this.AccountBll = new AccountBll(dbContext);
 }
예제 #2
0
 public AccountBll(PaySystemContext dbContext)
 {
     this.DbContext = dbContext;
 }