Beispiel #1
0
 public static string ControllerName([NotNull] this IController thisValue)
 {
     return(IControllerHelper.ControllerName(thisValue.GetType()));
 }