Exemplo n.º 1
0
        public List <TC_OA_WorkConcertModel> GetModels(TC_OA_WorkConcertQueryModel ObjQueryModel, SqlTransaction Transaction)
        {
            TC_OA_WorkConcertDAL tdal = new TC_OA_WorkConcertDAL(Transaction);

            return(tdal.Select(ObjQueryModel));
        }
Exemplo n.º 2
0
        public List <TC_OA_WorkConcertModel> GetModels(SqlTransaction Transaction)
        {
            TC_OA_WorkConcertDAL tdal = new TC_OA_WorkConcertDAL(Transaction);

            return(tdal.Select());
        }