Esempio n. 1
0
 public BrothershipUnitOfWork(brothershipEntities dbContext)
 {
     _dbContext = dbContext;
 }
Esempio n. 2
0
 public BrothershipUnitOfWork()
 {
     _dbContext = new brothershipEntities();
 }