예제 #1
0
 public bool CreateToDolist(int ownerId, string title)
 {
     return(_toDoListRepository.CreateToDoList(ownerId, title));
 }