Created
January 9, 2021 14:28
-
-
Save icebeam7/bf0ce7029b16e04b83dac5a85d54d355 to your computer and use it in GitHub Desktop.
Helpers/AzureStorageConfig.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace UniversidadWebsite.Helpers | |
{ | |
public class AzureStorageConfig | |
{ | |
public string Cuenta { get; set; } | |
public string Llave { get; set; } | |
public string Contenedor { get; set; } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment