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