Exemplo n.º 1
0
 public UnitOfWork(SgcContext sgcContext)
 {
     this._sgcContext = sgcContext;
 }
Exemplo n.º 2
0
 public EFRepository(SgcContext dbContext)
 {
     this._dbContext = dbContext;
 }
Exemplo n.º 3
0
 public ClienteRepository(SgcContext sgcContext) : base(sgcContext)
 {
 }