Исправления в namespace
This commit is contained in:
parent
e6f4b5d103
commit
ddc088cbb3
@ -3,7 +3,6 @@ using CarRepairShopContracts.SearchModels;
|
||||
using CarRepairShopContracts.StoragesContracts;
|
||||
using CarRepairShopContracts.ViewModels;
|
||||
using CarRepairShopFileImplement.Models;
|
||||
using FoodOrdersFileImplement.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
@ -4,11 +4,10 @@ using CarRepairShopContracts.StoragesContracts;
|
||||
using CarRepairShopContracts.ViewModels;
|
||||
using CarRepairShopFileImplement.Models;
|
||||
using CarRepairShopDataModels.Models;
|
||||
using FoodOrdersFileImplement;
|
||||
using System.Xml.Linq;
|
||||
using CarRepairShopFileImplement;
|
||||
|
||||
namespace FoodOrdersFileImplement.Models
|
||||
namespace CarRepairShopFileImplement.Models
|
||||
{
|
||||
public class Detail : IDetailModel
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user