예제 #1
0
        private string GetJson()
        {
            var googleJson = new GoogleJson();

            return(JsonConvert.SerializeObject(googleJson));
        }
예제 #2
0
 public GSheetsService(IOptions <GoogleJson> appSettings)
 {
     this.appSettings = appSettings.Value;
 }