Exemplo n.º 1
0
 public Point AddPoint(Point point)
 {
     return(repository.AddPoint(point).Result);
 }