PIbd-21_Ihonkina_E.S._Preca.../PrecastConcretePlantContracts/SearchModels/MessageInfoSearchModel.cs

15 lines
319 B
C#
Raw Normal View History

2023-05-20 23:04:30 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PrecastConcretePlantContracts.SearchModels
{
public class MessageInfoSearchModel
{
public int? ClientId { get; set; }
public string? MessageId { get; set; }
}
}