refactoring

This commit is contained in:
Paul Schneider 2017-04-08 00:32:23 +02:00
commit b828b06904
10 changed files with 125 additions and 26 deletions

View file

@ -5,7 +5,6 @@ using System.ComponentModel.DataAnnotations.Schema;
namespace Yavsc.Models.Billing
{
using Interfaces.Workflow;
using Newtonsoft.Json;
using Workflow;
using YavscLib;
@ -67,4 +66,4 @@ namespace Yavsc.Models.Billing
[ForeignKey("ActivityCode"),JsonIgnore]
public virtual Activity Context  { get; set ; }
}
}
}