예제 #1
0
        public AppNotification DeviceToken(AppNotification objAppNotification)
        {
            UserManagementLogic obj = new UserManagementLogic();

            objAppNotification.AllDeviceTokenID = obj.GetDeviceToken(objAppNotification.SelectRecepient);
            return(objAppNotification);
        }