Пример #1
0
 /// <summary>
 /// Invokes the 'ReassignZipCode' method of the specified <see cref="Zip"/> entity.
 /// </summary>
 /// <param name="zip">The <see cref="Zip"/> entity instance.</param>
 /// <param name="offset">The value for the 'offset' parameter for this action.</param>
 /// <param name="useFull">The value for the 'useFull' parameter for this action.</param>
 public void ReassignZipCode(Zip zip, int offset, bool useFull)
 {
     zip.ReassignZipCode(offset, useFull);
 }