public HttpResponseMessage Post(Location location)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public Task UpdateLocation(Location location)
 {
     return Clients.say(location);
 }