güncelleme
This commit is contained in:
@@ -8,18 +8,18 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace DugunSalonu.Models
|
||||
{
|
||||
internal class Kullanici
|
||||
public class Kullanici
|
||||
{
|
||||
[Key]
|
||||
public int id { get; set; }
|
||||
|
||||
|
||||
[MaxLength(50), MinLength(5)]
|
||||
[Required]
|
||||
public required string kullaniciadi { get; set; }
|
||||
[Required]
|
||||
[MaxLength(50)]
|
||||
public required string adi { get; set; }
|
||||
|
||||
|
||||
[Required]
|
||||
[MaxLength(50)]
|
||||
public required string soyadi { get; set; }
|
||||
|
Reference in New Issue
Block a user