...
This commit is contained in:
@@ -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; }
|
||||
}
|
Reference in New Issue
Block a user