public IActionResult Get() { return(Response(_CardBrandAppService.GetAll())); }
public IActionResult Index() { return(View(_cardBrandAppService.GetAll())); }