public EmployeeReponsitory(OSDPayslipDbContext context) : base(context)
 {
     _context = context;
 }
예제 #2
0
 public Repository(OSDPayslipDbContext context)
 {
     _context = context;
     check    = false;
 }
예제 #3
0
 public RequestDetailReponsitory(OSDPayslipDbContext context) : base(context)
 {
     _context = context;
 }