Exemplo n.º 1
0
 public Insert(REPO.Base.IInsert insertActiveConnection)
 {
     this._insertActiveConnection = insertActiveConnection;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Dependency Injected Constructor
 /// </summary>
 public Delete(REPO.Base.IDelete deleteActiveConnection)
 {
     this._deleteActiveConnection = deleteActiveConnection;
 }
Exemplo n.º 3
0
 public Select(REPO.Base.ISelect selectActiveConnection)
 {
     this._selectActiveConnection = selectActiveConnection;
 }