예제 #1
0
 public IEnumerable <PlotViewModel> GetAvailablePlots()
 {
     return(_plotService.AllAvailablePlots().Select(_mapper.Map <Plot, PlotViewModel>));
 }