Example #1
0
 public StateDefinition(Type controllerType, Type viewType, Type entityType, ServicesGroup servicesGroup)
 {
     ControllerType = controllerType;
     ViewType       = viewType;
     EntityType     = entityType;
     Group          = servicesGroup;
 }
 public StateDefinition(Type controllerType, Type viewType, Type entityType, ServicesGroup servicesGroup) {
     ControllerType = controllerType;
     ViewType = viewType;
     EntityType = entityType;
     Group = servicesGroup;
 }