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.Customer
- {
- public class CustomerRequestRoomReadDTO
- {
- public string Id { get; set; }
- public string SenderId { get; set; }
- public string SenderUsername { get; set; }
- public string RoomId { get; set; }
- }
- }
|