/// <summary> /// Dependency Injected Constructor /// </summary> public Delete(DAL.Base.IDelete deleteActiveConnection) { this._deleteActiveConnection = deleteActiveConnection; }