зеркало из https://github.com/SteeltoeOSS/Samples.git
Remove unused "using" directives
This commit is contained in:
Родитель
28433f9bf6
Коммит
b98339e66e
|
@ -1,6 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace RabbitMQWeb
|
||||
{
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using RabbitMQWeb.Services;
|
||||
using Steeltoe.Messaging.RabbitMQ.Core;
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace RabbitMQWeb
|
||||
{
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
using Microsoft.Extensions.Logging;
|
||||
using Steeltoe.Messaging.RabbitMQ.Attributes;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace RabbitMQWeb.Services
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче