This commit is contained in:
mmrbnjd
2025-06-29 16:14:42 +03:30
parent 86de5d3e39
commit bc65878608
7 changed files with 165 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ namespace Common.Dtos.Exper
public class ADD_ExperDto
{ //From CompanyManager
public string FullName { get; set; }
public string UserName { get; set; }
public string Password { get; set; }
}
}