Returning a parent class - Inheritance

后端 未结 0 939
既然无缘
既然无缘 2021-01-23 12:34

i have a parent class

    public class User
{
    public int UserKey { get; set; }
    public string Username { get; set; }
    public string Password { get; set;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题