Parcourir la Source

Remove unnecessary usings.

Andrew Klopper il y a 8 ans
Parent
révision
e384da744b
1 fichiers modifiés avec 2 ajouts et 7 suppressions
  1. 2 7
      BulkPrintingAPI/Controllers/VendorsController.cs

+ 2 - 7
BulkPrintingAPI/Controllers/VendorsController.cs

1
-using System;
2
-using System.Collections.Generic;
3
-using System.Data.SqlClient;
4
-using System.Linq;
5
-using System.Threading.Tasks;
6
-using Microsoft.AspNetCore.Http;
1
+using MAX.Models;
7
 using Microsoft.AspNetCore.Mvc;
2
 using Microsoft.AspNetCore.Mvc;
8
 using Microsoft.EntityFrameworkCore;
3
 using Microsoft.EntityFrameworkCore;
9
-using MAX.Models;
4
+using System.Threading.Tasks;
10
 
5
 
11
 namespace BulkPrintingAPI.Controllers
6
 namespace BulkPrintingAPI.Controllers
12
 {
7
 {