This commit is contained in:
2020-11-29 19:47:10 +00:00
parent f8c8bbb226
commit 2555e58515
4 changed files with 7 additions and 25 deletions

View File

@@ -1,12 +1,5 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
namespace contact
{