public EFMarkerRepository(AppIdentityDbContext ctx)
 {
     context = ctx;
 }
Example #2
0
 public EFVolunteerRepository(AppIdentityDbContext ctx)
 {
     context = ctx;
 }