예제 #1
0
 public List <Seo> GetSeoListByTitle(string title)
 {
     return(dal.GetSeoListByTitle(title));
 }