예제 #1
0
 public bool UpdateBanner(Banner banner)
 {
     return(BannerDatabase.Update(banner));
 }