Sistemati filtri
This commit is contained in:
@@ -10,4 +10,6 @@ public class FilterUserDTO
|
||||
public string? Citta { get; set; }
|
||||
public string? Nazione { get; set; }
|
||||
public string? Prov { get; set; }
|
||||
|
||||
public bool IsInitialized { get; set; }
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@ using salesbook.Shared.Core.Dto;
|
||||
using salesbook.Shared.Core.Entity;
|
||||
using salesbook.Shared.Core.Interface;
|
||||
using System.Net.Http.Headers;
|
||||
using System.Reflection.Metadata.Ecma335;
|
||||
|
||||
namespace salesbook.Shared.Core.Services;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user