Commit 40cb7b3b by 据说甜蜜呢

删除多余代码

parent ab534710
Pipeline #4197 passed with stage
in 18 seconds
using System;
using Microsoft.AspNetCore.Mvc;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace Basket.API.Controllers
{
[Route("api/[controller]")]
[Route("[controller]")]
[ApiController]
public class ValuesController : ControllerBase
{
......
using System;
using Microsoft.AspNetCore.Mvc;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace Catalog.API.Controllers
{
[Route("api/[controller]")]
[Route("[controller]")]
[ApiController]
public class ValuesController : ControllerBase
{
......
using System;
using Microsoft.AspNetCore.Mvc;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace Identity.API.Controllers
{
[Route("api/[controller]")]
[Route("[controller]")]
[ApiController]
public class ValuesController : ControllerBase
{
......
using System;
using Microsoft.AspNetCore.Mvc;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace Marketing.API.Controllers
{
[Route("api/[controller]")]
[Route("[controller]")]
[ApiController]
public class ValuesController : ControllerBase
{
......
using System;
using Microsoft.AspNetCore.Mvc;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace Ordering.API.Controllers
{
[Route("api/[controller]")]
[Route("[controller]")]
[ApiController]
public class ValuesController : ControllerBase
{
......
using System;
using Microsoft.AspNetCore.Mvc;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace Payment.API.Controllers
{
[Route("api/[controller]")]
[Route("[controller]")]
[ApiController]
public class ValuesController : ControllerBase
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment