예제 #1
0
 public async Task <bool> ChangeBanner(Gico.SystemDomains.Banner.Banner banner)
 {
     return(await _bannerRepository.Change(banner));
 }