Ejemplo n.º 1
0
 public static Guid GetControllerId <T>(Type editorControllerType)
     where T : PluginAttribute
 {
     return(ControllerExtensions.GetControllerId <T>(editorControllerType));
 }