예제 #1
0
 public void CreateTask(TaskDTO task)
 {
     repo.Create(task.Convert());
 }