예제 #1
0
 public Banner ReadBanner(int id)
 {
     return(BannerDatabase.Get(id));
 }