Пример #1
0
 public async Task <RBannerItem> GetBannerItemById(string id)
 {
     return(await _bannerItemRepository.GetById(id));
 }