mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-22 17:28:43 +00:00
5 lines
126 B
C#
5 lines
126 B
C#
namespace PodNoms.Api.Models.ViewModels {
|
|
public class ChatViewModel {
|
|
public string Message { get; set; }
|
|
}
|
|
} |