Beispiel #1
0
 public Plot GetByPlotId(int id)
 {
     return(_plotRepository.GetPlotById(id));
 }