コード例 #1
0
 public IEnumerable <WorkItem> GetChildWorkItems(WorkItemParent parent)
 {
     return(_workItemRepsitory.GetChildWorkItems(parent));
 }