Files
moadiran/Shared/DTOs/GetResultSentTaxDto.cs

14 lines
242 B
C#
Raw Permalink Normal View History

2024-06-10 17:26:31 +03:30
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; }
}
}