going to live

This commit is contained in:
2017-05-16 20:58:52 +02:00
parent 285f83523b
commit 7b33a83298
21 changed files with 2495 additions and 183 deletions

View File

@ -6,5 +6,9 @@ namespace Yavsc
public string Secret { get; set; }
public string ClientId { get; set; }
// NV/SOAP Api - Signature
public string APIUserId { get; set; }
public string APIPassword { get; set; }
public string APISignature { get; set; }
}
}