Removed unused usings

This commit is contained in:
2020-09-30 22:06:22 +02:00
parent 1b387adae1
commit 2d517170fd
4 changed files with 2 additions and 8 deletions

View File

@@ -1,6 +1,4 @@
using System.Collections.Generic;
namespace UserService.Infrastructure.DataModels
namespace UserService.Infrastructure.DataModels
{
public class OrganizationUnit : Node
{