Exemplo n.º 1
0
        public List <YF_AssetManageModel> GetModels(SqlTransaction Transaction)
        {
            YF_AssetManageDAL edal = new YF_AssetManageDAL(Transaction);

            return(edal.Select());
        }
Exemplo n.º 2
0
        public List <YF_AssetManageModel> GetModels(YF_AssetManageQueryModel ObjQueryModel, SqlTransaction Transaction)
        {
            YF_AssetManageDAL edal = new YF_AssetManageDAL(Transaction);

            return(edal.Select(ObjQueryModel));
        }
Exemplo n.º 3
0
        public List <YF_AssetManageModel> GetModels(SqlConnection Connection)
        {
            YF_AssetManageDAL edal = new YF_AssetManageDAL(Connection);

            return(edal.Select());
        }