PIbd-23_Elatomtsev_L.K._Con.../Confectionery/ConfectioneryContracts/SearchModels/MessageInfoSearchModel.cs

9 lines
195 B
C#
Raw Normal View History

2024-05-22 07:00:31 +04:00
namespace ConfectioneryContracts.SearchModels
{
public class MessageInfoSearchModel
{
public int? ClientId { get; set; }
public string? MessageId { get; set; }
}
}