コード例 #1
0
 public IList <Intro> GetIntroByTitleInTrash(string title)
 {
     return(pm.GetIntroByTitleInTrash(title));
 }