From b6cb416a651de740d6746b4ad1f3d57f7c339f2e Mon Sep 17 00:00:00 2001 From: feheze Date: Tue, 23 Jun 2015 16:53:22 -0300 Subject: [PATCH] Update AddUserToGroupCommand.cs --- .../Application/Commands/AddUserToGroupCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iddd_identityaccess/Application/Commands/AddUserToGroupCommand.cs b/iddd_identityaccess/Application/Commands/AddUserToGroupCommand.cs index f7efc13..b1490e7 100644 --- a/iddd_identityaccess/Application/Commands/AddUserToGroupCommand.cs +++ b/iddd_identityaccess/Application/Commands/AddUserToGroupCommand.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text;