- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace GreenTree.Strohrmann.ERP.Services.Geolocator
- {
- public class GoogleApiOptions
- {
- /// <summary>
- /// The Google provided API key
- /// </summary>
- public string ApiKey { get; set; }
- }
- }
|