Sakuno.KanColle.Amatsukaze.Game.Services.Records.ConstructionRecords.ConstructionRecords C# (CSharp) Method

ConstructionRecords() private method

private ConstructionRecords ( SQLiteConnection rpConnection ) : Sakuno.KanColle.Amatsukaze.Game.Models
rpConnection System.Data.SQLite.SQLiteConnection
return Sakuno.KanColle.Amatsukaze.Game.Models
        internal ConstructionRecords(SQLiteConnection rpConnection) : base(rpConnection)
        {
            DisposableObjects.Add(ConstructionDock.NewConstruction.Subscribe(InsertRecord));
        }