예제 #1
0
 public IActionResult GetAdminBanner() => Ok(_mapper.Map <List <FarmerBannerDTO> >(_bannerService.GetAdminBanner()));