Exemplo n.º 1
0
        public byte[] GetRatingModelAop(long aopId)
        {
            const string ratingModelTable = "AQAtom_HYDROML";

            return(_aqServiceClient
                   .GetAtom(ratingModelTable, aopId));
        }