コード例 #1
0
 /// <summary>
 /// Adds available address types to current response
 /// </summary>
 /// <param name="customResponse">The response object</param>
 /// <returns></returns>
 public static CustomResponse WithAvailableAddressTypes(this CustomResponse customResponse)
 {
     return(customResponse.With("availableAddressTypes", SelectListHelper.GetAddressTypes()));
 }