Ejemplo n.º 1
0
 public static void ShowNotFound<T>(this IToastService me, IStringLocalizer localizer) =>
     me.ShowError(localizer.NotFound<T>());