public BackendController(IOrchardServices orchardServices, IShapeFactory shapeFactory, 
     IAuthenticationService authenticationService, IFlashochistService flashochistService) {
     _orchardServices = orchardServices;
     _shapeFactory = shapeFactory;
     _authenticationService = authenticationService;
     _flashochistService = flashochistService;
 }
Пример #2
0
 public BackendController(IOrchardServices orchardServices, IShapeFactory shapeFactory,
                          IAuthenticationService authenticationService, IFlashochistService flashochistService)
 {
     _orchardServices       = orchardServices;
     _shapeFactory          = shapeFactory;
     _authenticationService = authenticationService;
     _flashochistService    = flashochistService;
 }