From 907fcdfb6ce8d9c980be9d28c34856e87cafad52 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 9 Mar 2017 15:21:41 +0100 Subject: [PATCH] format du code --- ZicMoove/ZicMoove/Model/Workflow/Estimate.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }