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