refactoring & Activities update

This commit is contained in:
2017-02-07 15:04:58 +01:00
parent 3dcec64d31
commit 47342a3def
19 changed files with 5740 additions and 114 deletions

View File

@ -3,6 +3,7 @@ using System.ComponentModel.DataAnnotations.Schema;
namespace Yavsc.Models
{
using YavscLib;
public partial class AccountBalance: IAccountBalance {
[Key]
@ -17,4 +18,4 @@ namespace Yavsc.Models
public long ContactCredits { get; set; }
}
}
}