Exemplo n.º 1
0
 public static BusinessId Of(EntityType entityType, MasterId entityId)
 {
     return(new BusinessId(entityType, entityId));
 }
Exemplo n.º 2
0
 public BusinessId(EntityType entityType, MasterId entityMasterId) : this(entityType, IdType.MASTER_ID, entityMasterId)
 {
 }