zgq
2021-03-26 28bb8b91af3dfa31656e4f41bff54177b2a49a87
WebAPI/Controllers/SellOutController.cs
@@ -11,9 +11,13 @@
using System.Net.Http;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using WebAPI;
using WebAPI.Code;
using WebAPI.Models;
using HttpGetAttribute = System.Web.Http.HttpGetAttribute;
using HttpPostAttribute = System.Web.Http.HttpPostAttribute;
namespace WebAPI.Controllers
{
    public class SellOutController : ApiController