Пример #1
0
 public FermaRepository(FermaContext context)
 {
     _db = context;
 }
Пример #2
0
 public UnitOfWork()
 {
     _fermaContext = new FermaContext();
 }