This commit is contained in:
mmrbnjd
2025-07-05 14:17:54 +03:30
parent 23043dd094
commit e15790488e
7 changed files with 149 additions and 12 deletions

View File

@@ -8,8 +8,6 @@ namespace Common.Dtos.Exper
{
public class Update_ExperDto
{
//From User and CompanyManager
public int ID { get; set; }
// For Update
public string FullName { get; set; }