public UnitOfWork(SgcContext sgcContext)
 {
     this._sgcContext = sgcContext;
 }
Exemple #2
0
 public EFRepository(SgcContext dbContext)
 {
     this._dbContext = dbContext;
 }
Exemple #3
0
 public ClienteRepository(SgcContext sgcContext) : base(sgcContext)
 {
 }