Ejemplo n.º 1
0
 public Task <List <PlotterInfo> > ListPlottersByOwnerIdAsync(long id)
 => GetAsync <List <PlotterInfo> >(ServerRoutes.ListPlottersByOwnerId(id));