Exemplo n.º 1
0
 public NotificationContent(NotificationRequest <T> req) :
     base(JsonSerializer.Serialize(req), Encoding.UTF8, "application/json")
 {
 }
Exemplo n.º 2
0
 public NotificationContent(NotificationRequest <T> req) :
     base(req.ToJson(), Encoding.UTF8, "application/json")
 {
 }