public string GetDateFormat() { INotificationListDAL purInvoice = new NotificationListDAL(); var result = purInvoice.GetDateFormat(); return(result); }
public string GetLastSelectionData(int ScreenId) { INotificationListDAL purInvoice = new NotificationListDAL(); var result = purInvoice.GetLastSelectionData(ScreenId); return(result); }
public List <NotificationListEntity> GetAllNotificationJson(string jsondata) { INotificationListDAL purInvoice = new NotificationListDAL(); var Invoicelist = purInvoice.GetAllNotificationJson(jsondata); return(Invoicelist); }
public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName) { INotificationListDAL purInvoice = new NotificationListDAL(); var result = purInvoice.SaveSearchJson(jsonSearch, ScreenId, ScreenName); return(result); }
public List <NotificationListEntity> GetAllNotification() { INotificationListDAL purInvoice = new NotificationListDAL(); var Invoicelist = purInvoice.GetAllNotification(); return(Invoicelist); }