Files
moadiran/Shared/DTOs/GetResultSentTaxDto.cs
mmrbnjd 2db5daa9b8 ...
2024-06-10 17:26:31 +03:30

14 lines
242 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Shared.DTOs
{
public class GetResultSentTaxDto
{
public SentStatus status { get; set; }
}
}