refabrique

This commit is contained in:
Paul Schneider 2017-05-17 01:42:46 +02:00
commit 862d4ccdbc
2 changed files with 6 additions and 6 deletions

View file

@ -7,8 +7,8 @@ namespace Yavsc
public string ClientId { get; set; }
// NV/SOAP Api - Signature
public string APIUserId { get; set; }
public string APIPassword { get; set; }
public string APISignature { get; set; }
public string UserId { get; set; }
public string Password { get; set; }
public string Signature { get; set; }
}
}