예제 #1
0
 public IEnumerable <Contract> GetAssigneeContracts(int assigneeId)
 {
     return(ContractOperations.GetAssigneeContracts(assigneeId));
 }