예제 #1
0
        public List <T_System> GetModel()
        {
            T_System_DB db = new T_System_DB();

            return(db.GetModel());
        }
예제 #2
0
        public bool SaveData(T_System model, ref string strError)
        {
            T_System_DB db = new T_System_DB();

            return(db.SaveData(model, ref strError));
        }