コード例 #1
0
 public IEnumerable <WorkOrder> GetMany(Func <WorkOrder, bool> where)
 {
     return(woserv.GetMany(where));
 }