Badges.Areas.Admin.Controllers.DeleteBadgeController.DeleteBadgeController C# (CSharp) 메소드

DeleteBadgeController() 공개 메소드

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