Exemple #1
0
 public static IIocService RegisterAppCenterPushNotificationsServer(this IIocService iocService)
 {
     iocService.RegisterImplementation <IPushNotificationServerService, AppCenterPushNotificationServerService>();
     iocService.RegisterClientHttpService();
     return(iocService);
 }