From 58a3061aa81488ed37ca22c9cf9564b1c6edb025 Mon Sep 17 00:00:00 2001 From: esantangelo <enzo020895@gmail.com> Date: Sun, 25 Oct 2020 12:17:39 -0300 Subject: [PATCH] commit --- Tsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Tsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs b/Tsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs index cc163b9..b38e807 100644 --- a/Tsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs +++ b/Tsi1.Api/Tsi1.BusinessLayer/Services/UserService.cs @@ -1,6 +1,5 @@ using AutoMapper; using Microsoft.EntityFrameworkCore; -using Org.BouncyCastle.Math.EC.Rfc7748; using System; using System.Collections.Generic; using System.Linq; -- GitLab