Exemple #1
0
 public EFEmployeeRepository(EmployeeDbContext ctx)
 {
     context = ctx;
 }