Removed unused usings from ModelDTOs (#1373)

This commit is contained in:
Mark Harwood 2020-08-04 11:56:56 +01:00 committed by GitHub
parent 736320b920
commit ae01a5c176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 14 deletions

View File

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace WebMVC.Services.ModelDTOs
namespace WebMVC.Services.ModelDTOs
{
public class LocationDTO
{

View File

@ -1,5 +1,4 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations;
namespace WebMVC.Services.ModelDTOs
{

View File

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace WebMVC.Services.ModelDTOs
namespace WebMVC.Services.ModelDTOs
{
public class OrderProcessAction
{