Initial Commit ...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
using xModels.Base;
|
||||
|
||||
namespace xMessageService.Models {
|
||||
public partial class XMessage : XBaseDto {
|
||||
public HashSet<string> Recievers { get; set; } = new HashSet<string> ();
|
||||
public string Message { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user