Example #1
0
 public OptionalFieldsManager(IOptionalFieldsCrudService optionalFieldsCrudService, IModelValidatorsStore validatorsStore, IModelAuthenticatorsStore authenticatorsStore, IMapper mapper)
 {
     this.optionalFieldsCrudService = optionalFieldsCrudService;
     this.validatorsStore           = validatorsStore;
     this.authenticatorsStore       = authenticatorsStore;
     this.mapper = mapper;
 }
 public DeleteOptionalFieldModelValidator(IOptionalFieldsCrudService optionalFieldsCrudService, ICollectionsCrudService collectionsCrudService, IUserCrudService userCrudService)
 {
     this.collectionsCrudService    = collectionsCrudService;
     this.userCrudService           = userCrudService;
     this.optionalFieldsCrudService = optionalFieldsCrudService;
 }