예제 #1
0
 public bool CreateTaskList(UserTaskListModel list)
 {
     return(_repository.CreateTaskList(Mapper.MapTaskList(list)));
 }