コード例 #1
0
 public bool ExistsWorkItem(string id)
 {
     return(_workItemRepsitory.ExistsWorkItem(id));
 }