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

RecordsGroup() protected method

protected RecordsGroup ( SQLiteConnection connection ) : System
connection System.Data.SQLite.SQLiteConnection
return System
        protected RecordsGroup(SQLiteConnection connection)
        {
            Connection = connection;
        }