Beispiel #1
0
 public IList <Banner> GetBannerByTitle(string title)
 {
     return(dal.GetBannerByTitle(title));
 }