コード例 #1
0
ファイル: EmployeeRepository.cs プロジェクト: fespiritu/hrapp
 public EmployeeRepository(HumanResourcesContext context)
 {
     _context = context;
 }
コード例 #2
0
 public GenericRepository(HumanResourcesContext context)
 {
     _context = context;
 }