Mark Harwood
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
14 deletions
-
src/Web/WebMVC/Services/ModelDTOs/LocationDTO.cs
-
src/Web/WebMVC/Services/ModelDTOs/OrderDTO.cs
-
src/Web/WebMVC/Services/ModelDTOs/OrderProcessAction.cs
|
|
@ -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 |
|
|
|
{ |
|
|
|