예제 #1
0
        public string GetCharges()
        {
            AmmountCurrency charges = _analyticsService.GetTotalCharges();

            return(charges.Readable);
        }