public MvcRepository(MvcUowReposEntities context)
 {
     _context = context;
 }
Example #2
0
 public MvcUow(MvcUowReposEntities context)
 {
     _context = context;
 }