2024-08-26 19:12:46 +04:00

12 lines
249 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ServiceStationContracts.SearchModels {
public class WorkClientSearchModel {
public int client_id { get; set; }
}
}