コード例 #1
0
ファイル: TC_OA_WorkConcertBLL.cs プロジェクト: riyuexing/rms
        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));
        }
コード例 #2
0
ファイル: TC_OA_WorkConcertBLL.cs プロジェクト: riyuexing/rms
        public List <TC_OA_WorkConcertModel> GetModels(SqlTransaction Transaction)
        {
            TC_OA_WorkConcertDAL tdal = new TC_OA_WorkConcertDAL(Transaction);

            return(tdal.Select());
        }