Badges.Controllers.ProfileController.ProfileController C# (CSharp) Method

ProfileController() public method

public ProfileController ( IRepositoryFactory repositoryFactory, IFileService fileService, INotificationService notificationService ) : System
repositoryFactory IRepositoryFactory
fileService IFileService
notificationService INotificationService
return System
        public ProfileController(IRepositoryFactory repositoryFactory, IFileService fileService, INotificationService notificationService)
            : base(repositoryFactory)
        {
            _fileService = fileService;
            _notificationService = notificationService;
        }