コード例 #1
0
 public EmployeeService(EmployeeContext employeeContext)
 {
     _employeeContext = employeeContext;
 }
コード例 #2
0
 private RepositoryBase(IUnitofWork unitOfWork)
 {
     _context = (EmployeeContext)unitOfWork;
 }