示例#1
0
 public static string GetReadOnlyUserCodeShadow(TestUser entity)
 {
     return(entity.GetProperty(ReadOnlyUserCodeShadowProperty));
 }
示例#2
0
 public static string GetUserCode(TestUser entity)
 {
     return(entity.GetProperty(UserCodeProperty));
 }