コード例 #1
0
        public PersonServices(string collection)
        {
            var db = new DataContext.DataContext();

            DB             = db.Init();
            LiteCollection = DB.GetCollection <T>(collection);
        }
コード例 #2
0
        public PersonServices()
        {
            var db = new DataContext.DataContext();

            DB = db.Init();
        }