/// <summary> /// Invoked when <see cref="ToEntity"/> operation is about to return. /// </summary> /// <param name="entity"><see cref="authorizedperson"/> converted from <see cref="authorizedpersonDto"/>.</param> static partial void OnEntity(this authorizedpersonDto dto, authorizedperson entity);
/// <summary> /// Invoked when <see cref="ToDTO"/> operation is about to return. /// </summary> /// <param name="dto"><see cref="authorizedpersonDto"/> converted from <see cref="authorizedperson"/>.</param> static partial void OnDTO(this authorizedperson entity, authorizedpersonDto dto);