Exemplo n.º 1
0
 public void AddCompletedTask(int reportId, int taskId)
 {
     service.AddCompletedTask(reportId, taskId);
 }