Exemplo n.º 1
0
 public UnitOfWork(ProjectDbContext dbContext)
 {
     this._dbContext = dbContext;
 }