예제 #1
0
 public List <Seo> GetSeoListByWebMenuId(int webMenuId)
 {
     return(dal.GetSeoListByWebMenuId(webMenuId));
 }