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