Example #1
0
 public UserRepository(StoredDataContext context)
 {
     _context = context;
 }
Example #2
0
 public Uow(StoredDataContext context)
 {
     _context = context;
 }