Esempio n. 1
0
        public IActionResult GetByName(string name)
        {
            var CardBrandViewModel = _CardBrandAppService.GetByName(name);

            return(Response(CardBrandViewModel));
        }