예제 #1
0
 public List <UserTaskListModel> GetAllTaskLists()
 {
     return(Mapper.MapTaskLists(_repository.GetAllTaskLists()));
 }