Esempio n. 1
0
 public Banner GetBannerById(Guid id)
 {
     return(dal.GetBannerById(id));
 }