Exemplo n.º 1
0
        public List <TY_OA_MgrTaskDtlModel> GetModels(SqlTransaction Transaction)
        {
            TY_OA_MgrTaskDtlDAL ldal = new TY_OA_MgrTaskDtlDAL(Transaction);

            return(ldal.Select());
        }
Exemplo n.º 2
0
        public List <TY_OA_MgrTaskDtlModel> GetModels(TY_OA_MgrTaskDtlQueryModel ObjQueryModel, SqlTransaction Transaction)
        {
            TY_OA_MgrTaskDtlDAL ldal = new TY_OA_MgrTaskDtlDAL(Transaction);

            return(ldal.Select(ObjQueryModel));
        }
Exemplo n.º 3
0
        public List <TY_OA_MgrTaskDtlModel> GetModels(SqlConnection Connection)
        {
            TY_OA_MgrTaskDtlDAL ldal = new TY_OA_MgrTaskDtlDAL(Connection);

            return(ldal.Select());
        }