public List <YF_UseCarFlowModel> GetModels(SqlTransaction Transaction) { YF_UseCarFlowDAL wdal = new YF_UseCarFlowDAL(Transaction); return(wdal.Select()); }
public List <YF_UseCarFlowModel> GetModels(YF_UseCarFlowQueryModel ObjQueryModel, SqlTransaction Transaction) { YF_UseCarFlowDAL wdal = new YF_UseCarFlowDAL(Transaction); return(wdal.Select(ObjQueryModel)); }
public List <YF_UseCarFlowModel> GetModels(SqlConnection Connection) { YF_UseCarFlowDAL wdal = new YF_UseCarFlowDAL(Connection); return(wdal.Select()); }