Exemplo n.º 1
0
        public ActionResult <List <TariffStruct> > ATariff()
        {
            var ipAddress = HttpContext.Connection.RemoteIpAddress;

            communication.log($"", MethodBase.GetCurrentMethod().Name, ipAddress.ToString());


            DbSelect select = new DbSelect(Configuration, _hostingEnvironment);

            return(select.aTariff());
        }