Created Order, Refund, Shipping
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace LiteCharms.Features.MidrandBooks.Orders.Entities;
|
||||
|
||||
public class ShippingProvider : Models.ShippingProvider
|
||||
{
|
||||
public virtual ICollection<Shipping> Shippings { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user