Beispiel #1
0
 public bool UpdateTaskList(UserTaskListModel list)
 {
     return(_repository.UpdateTaskList(Mapper.MapTaskList(list)));
 }