PIbd-33_Abazov_A.A._KOP_29/AbazovApp/AccountsContracts/SearchModels/AccountSearchModel.cs
2023-11-16 19:22:13 +04:00

14 lines
250 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AccountsContracts.SearchModels
{
public class AccountSearchModel
{
public int? Id { get; set; }
}
}