示例#1
0
 public Task <PlotterInfo> GetPlotterByIdAsync(long id)
 => GetAsync <PlotterInfo>(ServerRoutes.GetPlotterById(id));