public List <T_System> GetModel() { T_System_DB db = new T_System_DB(); return(db.GetModel()); }
public bool SaveData(T_System model, ref string strError) { T_System_DB db = new T_System_DB(); return(db.SaveData(model, ref strError)); }