コード例 #1
0
 public LocationResponse Get(string locationId)
 {
     return(_unauthenticated.Get(locationId));
 }