Example #1
0
        public List <YF_UseCarFlowModel> GetModels(SqlTransaction Transaction)
        {
            YF_UseCarFlowDAL wdal = new YF_UseCarFlowDAL(Transaction);

            return(wdal.Select());
        }
Example #2
0
        public List <YF_UseCarFlowModel> GetModels(YF_UseCarFlowQueryModel ObjQueryModel, SqlTransaction Transaction)
        {
            YF_UseCarFlowDAL wdal = new YF_UseCarFlowDAL(Transaction);

            return(wdal.Select(ObjQueryModel));
        }
Example #3
0
        public List <YF_UseCarFlowModel> GetModels(SqlConnection Connection)
        {
            YF_UseCarFlowDAL wdal = new YF_UseCarFlowDAL(Connection);

            return(wdal.Select());
        }