コード例 #1
0
 public EmployeeRepository(EmployeePortalDbContext context) : base(context)
 {
 }
コード例 #2
0
 public BaseRepository(EmployeePortalDbContext context)
 {
     _context = context;
 }