10 lines
162 B
C#
10 lines
162 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace WinFormsApp5.Models;
|
|
|
|
public partial class UserPassword
|
|
{
|
|
public int Idpasswoed { get; set; }
|
|
}
|