コード例 #1
0
 public IEnumerable <Request> GetPendingRequestsByTag(string tag)
 {
     return(requestQueue.GetRequests(tag));
 }