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ů.
| 12345678910 |
- namespace Diligent.WebAPI.Host.DTOs.Request
- {
- public class RequestCreateDTO
- {
- public string SenderId { get; set; }
- public string SenderUsername { get; set; }
- public string RoomId { get; set; }
- public string RoomName { get; set; }
- }
- }
|