Exemple #1
0
 public Repository(IUnitOfWork uow)
 {
     context = uow.Context as TexasDBContext;
 }
Exemple #2
0
 public UnitOfWork(TexasDBContext context)
 {
     this.context = context;
 }