Removed unused usings from ModelDTOs (#1373)
This commit is contained in:
parent
736320b920
commit
ae01a5c176
@ -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
|
||||
{
|
||||
|
@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace WebMVC.Services.ModelDTOs
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user