コード例 #1
0
 public void cancel(RouteableItem item)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void forwardToUser(User user, RouteableItem item)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 //an MPS must be routed to managers for approval
 public void approve(RouteableItem item)
 {
     throw new NotImplementedException();
 }