Changing data model | allowing multiple messages to be sent via producer

This commit is contained in:
2024-06-14 11:08:48 -05:00
parent d9866c2fa9
commit 4570c43453
3 changed files with 45 additions and 25 deletions

View File

@ -9,10 +9,6 @@ namespace Model
public string id { get; set; }
public string? name { get; set; }
public string? description { get; set; }
public string? notes { get; set; }
public string? message { get; set; }
}
}