Exemple #1
0
 public Repository(IUnitOfWork unitOfWork)
 {
     _uow = unitOfWork;
     _db  = _uow.CoursatDB;
     data = _db.Set <T>();
 }
Exemple #2
0
 public UnitOfWork(CoursatDB CoursatDB) => this.CoursatDB = CoursatDB;