8 lines
161 B
C#
8 lines
161 B
C#
|
|
using NetinaShop.Domain.Entities.Warehouses;
|
|||
|
|
|
|||
|
|
namespace NetinaShop.Domain.Dtos.SmallDtos;
|
|||
|
|
|
|||
|
|
public class ShippingSDto : BaseDto<ShippingSDto,Shipping>
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|