2023-04-08 03:39:38 +04:00

16 lines
336 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LawFirmContracts.ViewModels
{
/// <summary>
/// Модель для получения всех услуг для отчета
/// </summary>
public class ReportLawServicesViewModel
{
}
}