add missed dto/enbdpoints
This commit is contained in:
7
PyroFetes/DTO/Provider/Response/GetProviderDto.cs
Normal file
7
PyroFetes/DTO/Provider/Response/GetProviderDto.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PyroFetes.DTO.Provider.Response;
|
||||
|
||||
public class GetProviderDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public int? Price { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user