Badges.Areas.Admin.Controllers.DeleteBadgeController.DeleteBadgeController C# (CSharp) Method

DeleteBadgeController() public method

public DeleteBadgeController ( IRepositoryFactory repositoryFactory, INotificationService notificationService ) : System
repositoryFactory IRepositoryFactory
notificationService INotificationService
return System
        public DeleteBadgeController(IRepositoryFactory repositoryFactory, INotificationService notificationService)
            : base(repositoryFactory)
        {
            _notificationService = notificationService;
        }