Ejemplo n.º 1
0
 public int MMCoEApprove(Guid id, int state, string reason)
 {
     return(preApprovalService.MMCoEApprove(id, state, reason));
 }