diff --git a/api/API/Helpers/Service.cs b/api/API/Helpers/Service.cs index 39bf6a5f1..0f8665b39 100644 --- a/api/API/Helpers/Service.cs +++ b/api/API/Helpers/Service.cs @@ -1,6 +1,6 @@ using System; using DFM.BusinessLogic; -using DFM.Exchange.Exporter; +using DFM.Files; using DFM.Generic; using DFM.Queue; using Keon.MVC.Cookies; diff --git a/robot/Robot/Service.cs b/robot/Robot/Service.cs index 0213333c8..80479c1fe 100644 --- a/robot/Robot/Service.cs +++ b/robot/Robot/Service.cs @@ -5,7 +5,7 @@ using DFM.BusinessLogic.Exceptions; using DFM.BusinessLogic.Response; using DFM.Entities.Enums; -using DFM.Exchange.Exporter; +using DFM.Files; using DFM.Generic; using DFM.Generic.Datetime; using DfM.Logs; diff --git a/site/MVC/Helpers/Service.cs b/site/MVC/Helpers/Service.cs index 3d431cc08..d8bb39363 100644 --- a/site/MVC/Helpers/Service.cs +++ b/site/MVC/Helpers/Service.cs @@ -1,6 +1,6 @@ using System; using DFM.BusinessLogic; -using DFM.Exchange.Exporter; +using DFM.Files; using DFM.Generic; using DFM.Queue; using Keon.MVC.Cookies;