Пример #1
0
        public List <GK_OA_CapitalAssertAcountModel> GetModels(GK_OA_CapitalAssertAcountQueryModel ObjQueryModel, SqlTransaction Transaction)
        {
            GK_OA_CapitalAssertAcountDAL tdal = new GK_OA_CapitalAssertAcountDAL(Transaction);

            return(tdal.Select(ObjQueryModel));
        }
Пример #2
0
        public List <GK_OA_CapitalAssertAcountModel> GetModels(SqlConnection Connection)
        {
            GK_OA_CapitalAssertAcountDAL tdal = new GK_OA_CapitalAssertAcountDAL(Connection);

            return(tdal.Select());
        }