Esempio n. 1
0
        public int TotalDiscs()
        {
            var totals = DALServices.TotalDiscs(context);

            return(totals);
        }