refactoring

This commit is contained in:
Paul Schneider 2017-03-02 23:47:44 +01:00
commit 38d3df9883
14 changed files with 5785 additions and 20 deletions

View file

@ -1,9 +0,0 @@
namespace YavscLib
{
public interface IAccountBalance
{
long ContactCredits { get; set; }
decimal Credits { get; set; }
string UserId { get; set; }
}
}