예제 #1
0
 public EFStaffRepository(AppIdentityDbContext ctx)
 {
     context = ctx;
 }
예제 #2
0
 public EFCertRepository(AppIdentityDbContext ctx)
 {
     context = ctx;
 }