refactoring
This commit is contained in:
parent
d8ed31e2d7
commit
3d0632303d
6 changed files with 81 additions and 83 deletions
|
|
@ -1,10 +1,9 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using Yavsc.Interfaces;
|
||||
|
||||
namespace Yavsc.Models
|
||||
{
|
||||
|
||||
using Interfaces;
|
||||
|
||||
public partial class AccountBalance: IAccountBalance {
|
||||
[Key]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue