Init LabWork
This commit is contained in:
parent
5369f396bf
commit
8a151322dc
13
ProjectOptika/Scripts/Entities/Order.cs
Normal file
13
ProjectOptika/Scripts/Entities/Order.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ProjectOptika.Scripts.Entities
|
||||
{
|
||||
public class Order
|
||||
{
|
||||
public int ID { get; private set; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user