public EmployeeServices(APICoreDBContext dbContext)
 {
     this._dbContext = dbContext;
 }
예제 #2
0
 public EmployeeService(APICoreDBContext _db)
 {
     dbContext = _db;
 }
예제 #3
0
 public ItemService(APICoreDBContext _db)
 {
     dbContext = _db;
 }