Files
Hushian/Common/Dtos/Exper/Update_ExperDto.cs
mmrbnjd e15790488e group
2025-07-05 14:17:54 +03:30

16 lines
264 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Common.Dtos.Exper
{
public class Update_ExperDto
{
// For Update
public string FullName { get; set; }
}
}