You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
589 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Swift.DAL.BL.System.PushNotification
{
public class Notifiers
{
public string notifierId { get; set; }
public string notifierName { get; set; }
public string notifierUrl { get; set; }
public string notificationCode { get; set; }
public string notificationMessage { get; set; }
public string userId { get; set; }
public string module { get; set; }
public string cmRegistrationId { get; set;}
}
}