Exemplo n.º 1
0
        public List <YF_AssetDrawModel> GetModels(SqlTransaction Transaction)
        {
            YF_AssetDrawDAL wdal = new YF_AssetDrawDAL(Transaction);

            return(wdal.Select());
        }
Exemplo n.º 2
0
        public List <YF_AssetDrawModel> GetModels(YF_AssetDrawQueryModel ObjQueryModel, SqlTransaction Transaction)
        {
            YF_AssetDrawDAL wdal = new YF_AssetDrawDAL(Transaction);

            return(wdal.Select(ObjQueryModel));
        }
Exemplo n.º 3
0
        public List <YF_AssetDrawModel> GetModels(SqlConnection Connection)
        {
            YF_AssetDrawDAL wdal = new YF_AssetDrawDAL(Connection);

            return(wdal.Select());
        }