BuildIt.Web.Controller.RegisterPushController.RegisterPushController C# (CSharp) Method

RegisterPushController() public method

public RegisterPushController ( INotificationService notificationService ) : System
notificationService INotificationService
return System
        public RegisterPushController(INotificationService notificationService)
        {
            this.notificationService = notificationService;
        }
RegisterPushController