예제 #1
0
 public NotificationController(NotificationUserService NotificationUserService, IHttpContextAccessor contextAccessor)
 {
     _contextAccessor         = contextAccessor;
     _NotificationUserService = NotificationUserService;
 }
 public NotificationController()
 {
     _NotificationService     = new NotificationService();
     _NotificationUserService = new NotificationUserService();
 }