namespace BBWY.Server.Model.Dto { public class WaiterResponse { public string Id { get; set; } public string Name { get; set; } public string Level { get; set; } } }