тоже надо
This commit is contained in:
parent
b43e8e957b
commit
5f29de3a51
@ -2,11 +2,11 @@
|
||||
|
||||
public class PrintingHouseOrders
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int PrintingHouseId { get; set; }
|
||||
public int OrderId { get; set; }
|
||||
public int Count { get; set; }
|
||||
public static PrintingHouseOrders CreateEntity(int id, int orderId, int count)
|
||||
{
|
||||
return new PrintingHouseOrders { Id = id, OrderId = orderId, Count = count };
|
||||
return new PrintingHouseOrders { PrintingHouseId = id, OrderId = orderId, Count = count };
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user