예제 #1
0
 public bool DeleteBanner(int id)
 {
     return(BannerDatabase.Delete(id));
 }