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