예제 #1
0
 public IList <Seos> GetSeosByTitleInTrash(string title)
 {
     return(dal.GetSeosByTitleInTrash(title));
 }