Added new endpoint to manage warehouse
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace PyroFetes.DTO.WareHouse.Response;
|
||||
|
||||
public class GetWareHouseDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? Name { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user