예제 #1
0
 /// <summary>
 /// Dependency Injected Constructor
 /// </summary>
 public Delete(DAL.Base.IDelete deleteActiveConnection)
 {
     this._deleteActiveConnection = deleteActiveConnection;
 }
예제 #2
0
 /// <summary>
 /// Dependency Injected Constructor
 /// </summary>
 public Delete(DAL.Base.IDelete deleteActiveConnection)
 {
     this._deleteActiveConnection = deleteActiveConnection;
 }