Exemple #1
0
        public List <TC_OA_PaymentSumModel> GetModels(SqlTransaction Transaction)
        {
            TC_OA_PaymentSumDAL mdal = new TC_OA_PaymentSumDAL(Transaction);

            return(mdal.Select());
        }
Exemple #2
0
        public List <TC_OA_PaymentSumModel> GetModels(TC_OA_PaymentSumQueryModel ObjQueryModel, SqlTransaction Transaction)
        {
            TC_OA_PaymentSumDAL mdal = new TC_OA_PaymentSumDAL(Transaction);

            return(mdal.Select(ObjQueryModel));
        }
Exemple #3
0
        public List <TC_OA_PaymentSumModel> GetModels(SqlConnection Connection)
        {
            TC_OA_PaymentSumDAL mdal = new TC_OA_PaymentSumDAL(Connection);

            return(mdal.Select());
        }