public FrontEndStoreProcedure(MainDB db) { _db = db; }
/// <summary> /// Initializes a new instance of the <see cref="CustomerFeedbackCollection"/> class. /// </summary> /// <param name="db">The database object.</param> internal CustomerFeedbackCollection(MainDB db) : base(db) { // EMPTY }
/// <summary> /// Initializes a new instance of the <see cref="NewsThreadCollection_Base"/> /// class with the specified <see cref="MainDB"/>. /// </summary> /// <param name="db">The <see cref="MainDB"/> object.</param> public NewsThreadCollection_Base(MainDB db) { _db = db; }
/// <summary> /// Initializes a new instance of the <see cref="MediaObjectCollection_Base"/> /// class with the specified <see cref="MainDB"/>. /// </summary> /// <param name="db">The <see cref="MainDB"/> object.</param> public MediaObjectCollection_Base(MainDB db) { _db = db; }
/// <summary> /// Initializes a new instance of the <see cref="EditionTypeCollection"/> class. /// </summary> /// <param name="db">The database object.</param> internal EditionTypeCollection(MainDB db) : base(db) { // EMPTY }
/// <summary> /// Initializes a new instance of the <see cref="MediaObjectCollection"/> class. /// </summary> /// <param name="db">The database object.</param> internal MediaObjectCollection(MainDB db) : base(db) { // EMPTY }
/// <summary> /// Initializes a new instance of the <see cref="NewsCollection"/> class. /// </summary> /// <param name="db">The database object.</param> internal NewsCollection(MainDB db) : base(db) { // EMPTY }
/// <summary> /// Initializes a new instance of the <see cref="VoteCollection_Base"/> /// class with the specified <see cref="MainDB"/>. /// </summary> /// <param name="db">The <see cref="MainDB"/> object.</param> public VoteCollection_Base(MainDB db) { _db = db; }
/// <summary> /// Initializes a new instance of the <see cref="ThreadDetailsCollection_Base"/> /// class with the specified <see cref="MainDB"/>. /// </summary> /// <param name="db">The <see cref="MainDB"/> object.</param> public ThreadDetailsCollection_Base(MainDB db) { _db = db; }
/// <summary> /// Initializes a new instance of the <see cref="NewsPublishedCollection"/> class. /// </summary> /// <param name="db">The database object.</param> internal NewsPublishedCollection(MainDB db) : base(db) { // EMPTY }
public StoredProcedures(MainDB db) { _db = db; }
/// <summary> /// Initializes a new instance of the <see cref="EditionTypeCollection_Base"/> /// class with the specified <see cref="MainDB"/>. /// </summary> /// <param name="db">The <see cref="MainDB"/> object.</param> public EditionTypeCollection_Base(MainDB db) { _db = db; }
/// <summary> /// Initializes a new instance of the <see cref="ActionCollection"/> class. /// </summary> /// <param name="db">The database object.</param> internal ActionCollection(MainDB db) : base(db) { // EMPTY }
/// <summary> /// Initializes a new instance of the <see cref="ThreadDetailsCollection"/> class. /// </summary> /// <param name="db">The database object.</param> internal ThreadDetailsCollection(MainDB db) : base(db) { // EMPTY }
/// <summary> /// Initializes a new instance of the <see cref="CategoryCollection"/> class. /// </summary> /// <param name="db">The database object.</param> internal CategoryCollection(MainDB db) : base(db) { // EMPTY }
public StoredProcedures_Family(MainDB db) { _db = db; }
/// <summary> /// Initializes a new instance of the <see cref="FeedBackNewsCollection"/> class. /// </summary> /// <param name="db">The database object.</param> internal FeedBackNewsCollection(MainDB db) : base(db) { // EMPTY }