Example #1
0
 public IEnumerable <Walk> AddWalk(AddWalkDTO walkToAdd)
 {
     _repo.AddNewWalk(walkToAdd);
     return(_repo.GetAllWalks());
 }