示例#1
0
 public SELFB2BAuthorize(EnumCollection.UserTypeEnum type)
 {
     CurrentType = type;
 }
示例#2
0
 public ChalaoAuthorize(EnumCollection.UserTypeEnum userType)
 {
     CurrentType = userType;
 }
示例#3
0
 public RMMSAuthorize(EnumCollection.UserTypeEnum userTypeEnum)
 {
     UserTypeEnum = userTypeEnum;
 }