Exemplo n.º 1
0
 public IList <Banner> GetBannerByTitleInTrash(string title)
 {
     return(dal.GetBannerByTitleInTrash(title));
 }