コード例 #1
0
 public IList <Seos> GetSeosByTitle(string title)
 {
     return(dal.GetSeosByTitle(title));
 }