示例#1
0
 public IEnumerable <WorkOrder> GetAllByPlot(int plotId)
 {
     return(_workOrderRepository.GetAllByPlotId(plotId));
 }