コード例 #1
0
 public IEnumerable <ToDoListVM> GetStatus(string UserId)
 {
     return(_todolistRepository.GetStatus(UserId));
 }