Пример #1
0
        //ART

        public ObjectResult <spView_WebTemplate_ARVReport_Result1> ART()
        {
            try
            {
                return(context.spView_WebTemplate_ARVReport(null, mFacilityCode, mStartDate, mEndDate));
            }
            catch (Exception x)
            {
                throw (x);
            }
        }