Template
10 lines
207 B
C#
10 lines
207 B
C#
namespace Strata.ContinuousImprovement.Api.Test.Integration.Setup
|
|
{
|
|
public class VaultResponse
|
|
{
|
|
public string UserName { get; set; }
|
|
public string Password { get; set; }
|
|
}
|
|
|
|
}
|