コード例 #1
0
 public Ad[] GetRandomAds()
 {
     return(_adService.GetRandomAds().ToArray());
 }