Ejemplo n.º 1
0
 public Task <List <PlotterInfo> > ListPlottersByOwnerNameAsync(string name)
 => GetAsync <List <PlotterInfo> >(ServerRoutes.ListPlottersByOwnerName(name));