* Removed not needed code
* Removed not needed ModalDto
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
namespace OrdersManagement.Dtos
|
||||
{
|
||||
public class ModalDto(string? title, string? body)
|
||||
{
|
||||
public string? Title { get; set; } = title;
|
||||
public string? Body { get; set; } = body;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user