Ejemplo n.º 1
0
 /// <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);
Ejemplo n.º 2
0
 /// <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);