refactoring

This commit is contained in:
2016-07-27 11:08:45 +02:00
parent ae32fc0ede
commit e3553de17c
4 changed files with 4 additions and 5 deletions

View File

@ -22,7 +22,7 @@ namespace Yavsc.ViewModels.Manage
public long PostsCounter { get; set; }
public AccountBalance Balance { get; set; }
public IAccountBalance Balance { get; set; }
public long ActiveCommandCount { get; set; }