Пример #1
0
//        public NotificationService(NotificationRestService notificationRestService, Activity mainActivity)
        public NotificationService(NotificationRestService notificationRestService)
        {
//            this.mainActivity = mainActivity;
            this.notificationRestService = notificationRestService;
        }
Пример #2
0
 public NotificationService(NotificationRestService notificationRestService)
 {
     this.notificationRestService = notificationRestService;
 }