Changing data model | allowing multiple messages to be sent via producer
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user