Ejemplo n.º 1
0
 public SELFB2BAuthorize(EnumCollection.UserTypeEnum type)
 {
     CurrentType = type;
 }
Ejemplo n.º 2
0
 public ChalaoAuthorize(EnumCollection.UserTypeEnum userType)
 {
     CurrentType = userType;
 }
Ejemplo n.º 3
0
 public RMMSAuthorize(EnumCollection.UserTypeEnum userTypeEnum)
 {
     UserTypeEnum = userTypeEnum;
 }