9 lines
180 B
C#
9 lines
180 B
C#
namespace API.Persistence.Services
|
|
{
|
|
public class AppConfiguration
|
|
{
|
|
public string AccessKey { get; set; }
|
|
public string SecretKey { get; set; }
|
|
}
|
|
}
|