diff --git a/ZicMoove/ZicMoove/Model/Workflow/Estimate.cs b/ZicMoove/ZicMoove/Model/Workflow/Estimate.cs index aa055fcb..d998cac2 100644 --- a/ZicMoove/ZicMoove/Model/Workflow/Estimate.cs +++ b/ZicMoove/ZicMoove/Model/Workflow/Estimate.cs @@ -7,9 +7,9 @@ using System.Linq; namespace ZicMoove.Model.Workflow { using Data; - using Interfaces; using Musical; - using Social; + using YavscLib.Workflow; + public partial class Estimate : IEstimate { public long Id { get; set; }