コード例 #1
0
 public HttpResponseMessage Post(Location location)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: LocationHub.cs プロジェクト: terjetyl/epicserver
 public Task UpdateLocation(Location location)
 {
     return Clients.say(location);
 }