Beispiel #1
0
 /// <summary>
 /// Invoked when <see cref="ToEntity"/> operation is about to return.
 /// </summary>
 /// <param name="entity"><see cref="Account"/> converted from <see cref="AccountDTO"/>.</param>
 static partial void OnEntity(this AccountDTO dto, Account entity);
Beispiel #2
0
 /// <summary>
 /// Invoked when <see cref="ToDTO"/> operation is about to return.
 /// </summary>
 /// <param name="dto"><see cref="AccountDTO"/> converted from <see cref="Account"/>.</param>
 static partial void OnDTO(this Account entity, AccountDTO dto);