Ejemplo n.º 1
0
 public WidgetParamBusinessLogic(AreaContext context)
 {
     _widgetParamRepository = new WidgetParamRepository(context);
 }
Ejemplo n.º 2
0
 public AboutBusinessLogic(AreaContext context)
 {
     _serviceRepository     = new ServiceRepository(context);
     _widgetRepository      = new WidgetRepository(context);
     _widgetParamRepository = new WidgetParamRepository(context);
 }