示例#1
0
 public IQueryable <Video> GetByStr(string str)
 {
     return(d.GetByStr(str));
 }