Ejemplo n.º 1
0
 public ResearcherAdminUnitOfWork(ResearcherAdminContext context)
 {
     _context = context;
 }
 public ResearcherAdminGenericRepository(ResearcherAdminContext context)
 {
     _context = context;
 }