コード例 #1
0
ファイル: PlotService.cs プロジェクト: adelowomi/oidcbe
 public Plot GetByPlotId(int id)
 {
     return(_plotRepository.GetPlotById(id));
 }