Refactoring, database structure changed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace WatchIt.DTO.Models.Controllers.Accounts;
|
||||
|
||||
public interface IPasswordEditRequest
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
string Password { get; set; }
|
||||
string PasswordConfirmation { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user