Example #1
0
 public static bool GetIsExpire(IUsingStatus that) => that.Value <bool>("isExpire");
Example #2
0
 public static bool GetIsActive(IUsingStatus that) => that.Value <bool>("isActive");