addnew dto

This commit is contained in:
gozareshgir
2026-01-13 17:00:59 +03:30
parent cfb96d1277
commit e2911dfc2a
2 changed files with 24 additions and 21 deletions

View File

@@ -85,4 +85,18 @@ public class SmsSettingDto
}
public class CreateSmsSettingDto
{
/// <summary>
/// عدد روز از ماه
/// </summary>
public int DayOfMonth { get; set; }
/// <summary>
/// نمایش ساعت و دقیقه
/// </summary>
public string TimeOfDayDisplay { get; set; }
}