1 reference to ActionModel
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ControllerModel.cs (1)
64Actions = new List<ActionModel>(other.Actions.Select(a => new ActionModel(a) { Controller = this }));