This commit is contained in:
mmrbnjd
2025-07-03 16:38:14 +03:30
parent 87d2360b32
commit 23043dd094
4 changed files with 153 additions and 12 deletions

View File

@@ -4,12 +4,10 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Common.Dtos.Exper
namespace Common.Dtos
{
public class ChangePassword_ExperDto
public class ChangePasswordDto
{
//From User And CompanyManager
public int ID { get; set; }
public string? OldPassWord { get; set; }
public string NewPassWord { get; set; }
}