From ba5e5bad1134b0bf6ce03584f628b6a0d9c327ea Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 22 Aug 2019 16:07:30 +0100 Subject: [PATCH] removes unused reference --- src/Yavsc/Controllers/Accounting/AccountController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Yavsc/Controllers/Accounting/AccountController.cs b/src/Yavsc/Controllers/Accounting/AccountController.cs index 2510bbd6..e90dbda7 100644 --- a/src/Yavsc/Controllers/Accounting/AccountController.cs +++ b/src/Yavsc/Controllers/Accounting/AccountController.cs @@ -20,7 +20,6 @@ using Newtonsoft.Json; namespace Yavsc.Controllers { - using System.Collections.Generic; using Yavsc.Abstract.Manage; using Yavsc.Auth; using Yavsc.Helpers;