Rework models
This commit is contained in:
@ -5,9 +5,9 @@ namespace WGneu.Models {
|
||||
[Table("AT_gem"), PrimaryKey("Gkz")]
|
||||
public class AT_Gem {
|
||||
[Column("gkz")]
|
||||
public int Gkz { get; set; }
|
||||
public int Gkz { get; private set; }
|
||||
|
||||
[Column("name")]
|
||||
public string Name { get; set; }
|
||||
public string Name { get; private set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user