コード例 #1
0
 public static CustomResponse WithCultures(this CustomResponse customResponse)
 {
     return(customResponse.With("cultures", SelectListHelper.GetCultures()));
 }