public FermaRepository(FermaContext context)
 {
     _db = context;
 }
Exemple #2
0
 public UnitOfWork()
 {
     _fermaContext = new FermaContext();
 }