Exemplo n.º 1
0
        public List <T_System> GetModel()
        {
            T_System_DB db = new T_System_DB();

            return(db.GetModel());
        }
Exemplo n.º 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));
        }