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