2лр коммит2
This commit is contained in:
parent
df90afc96b
commit
4b39cff940
@ -1,6 +1,6 @@
|
||||
namespace PrecastConcreteFileImplement
|
||||
{
|
||||
public class Class1
|
||||
public class DataFileSingleton
|
||||
{
|
||||
|
||||
}
|
12
PrecastConcreteFileImplement/Implements/ComponentStorage.cs
Normal file
12
PrecastConcreteFileImplement/Implements/ComponentStorage.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PrecastConcretePlantFileImplement.Implements
|
||||
{
|
||||
internal class ComponentStorage
|
||||
{
|
||||
}
|
||||
}
|
12
PrecastConcreteFileImplement/Implements/OrderStorage.cs
Normal file
12
PrecastConcreteFileImplement/Implements/OrderStorage.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PrecastConcretePlantFileImplement.Implements
|
||||
{
|
||||
internal class OrderStorage
|
||||
{
|
||||
}
|
||||
}
|
12
PrecastConcreteFileImplement/Implements/ReinforcedStorage.cs
Normal file
12
PrecastConcreteFileImplement/Implements/ReinforcedStorage.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PrecastConcretePlantFileImplement.Implements
|
||||
{
|
||||
internal class ReinforcedStorage
|
||||
{
|
||||
}
|
||||
}
|
12
PrecastConcreteFileImplement/Models/Component.cs
Normal file
12
PrecastConcreteFileImplement/Models/Component.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PrecastConcretePlantFileImplement.Models
|
||||
{
|
||||
internal class Component
|
||||
{
|
||||
}
|
||||
}
|
12
PrecastConcreteFileImplement/Models/Order.cs
Normal file
12
PrecastConcreteFileImplement/Models/Order.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PrecastConcretePlantFileImplement.Models
|
||||
{
|
||||
internal class Order
|
||||
{
|
||||
}
|
||||
}
|
12
PrecastConcreteFileImplement/Models/Reinforced.cs
Normal file
12
PrecastConcreteFileImplement/Models/Reinforced.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PrecastConcretePlantFileImplement.Models
|
||||
{
|
||||
internal class Reinforced
|
||||
{
|
||||
}
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
|
Loading…
Reference in New Issue
Block a user