Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

11 řádky
204 B

  1. namespace DotNetCore.CAP
  2. {
  3. public class MessageContext
  4. {
  5. public string Group { get; set; }
  6. public string Name { get; set; }
  7. public string Content { get; set; }
  8. }
  9. }