public string SaveExitLoad(string SchemeCategory, string Scheme, Int64 ExitLoadId, string EffectiveDate, Exit_Load[] ExitLoadDetails, string ExitHoldingPeriod) { try { MasterBL bl = new MasterBL(); return(bl.SaveExitLoad(SchemeCategory, Scheme, ExitLoadId, EffectiveDate, ExitLoadDetails.ToList(), ExitHoldingPeriod)); } catch (Exception) { throw; } }
public bool SaveChat(ChatHistory chatHistory) { try { MasterBL bl = new MasterBL(); return(bl.SaveChat(chatHistory)); } catch (Exception) { throw; } }
public bool DeleteBranch(Int64 BranchID) { try { MasterBL bl = new MasterBL(); return(bl.DeleteBranch(BranchID)); } catch (Exception) { throw; } }
public bool UpdateSchemeSequence(Scheme[] SchemeList, SchemeCategory[] SchemeCategoryList) { try { MasterBL bl = new MasterBL(); return(bl.UpdateSchemeSequence(SchemeList.ToList(), SchemeCategoryList.ToList())); } catch (Exception) { throw; } }
public string GetAdditionalNotes(Int64 MemoTypeID, string Channel, string DistributorCategory, string ARNNO) { try { MasterBL bl = new MasterBL(); return(bl.GetAdditionalNotes(MemoTypeID, Channel, DistributorCategory, ARNNO)); } catch (Exception) { throw; } }
public List <DashboardOverview> GetUndefinedStructure(Int64 MemoTypeId, string StructureType) { try { MasterBL bl = new MasterBL(); return(bl.GetUndefinedStructure(MemoTypeId, StructureType)); } catch (Exception) { throw; } }
public List <EmployeeLogs> LoginAdministration(string UserName, string SearchFilter) { try { MasterBL bl = new MasterBL(); return(bl.LoginAdministration(UserName, SearchFilter)); } catch (Exception) { throw; } }
public List <EmployeeLogs> SearchUserLogs(string UserIDs, string Status, string PeriodFrom, string PeriodTo, string IPAddress, string SearchFilter) { try { MasterBL bl = new MasterBL(); return(bl.SearchUserLogs(UserIDs, Status, PeriodFrom, PeriodTo, IPAddress, SearchFilter)); } catch (Exception) { throw; } }
public bool DeleteRole(Int64 RoleSeqNo) { try { MasterBL bl = new MasterBL(); return(bl.DeleteRole(RoleSeqNo)); } catch (Exception) { throw; } }
public bool DeleteMailingListMaster(Int64 MailingListId) { try { MasterBL bl = new MasterBL(); return(bl.DeleteMailingListMaster(MailingListId)); } catch (Exception) { throw; } }
public List <CodeMaster> GetCodeMaster(string CodeType) { try { MasterBL bl = new MasterBL(); return(bl.GetCodeMaster(CodeType)); } catch (Exception) { throw; } }
public bool Insert_Update_MailingList_Master(MailingList InputData, NotificationMailContent NotificationData) { try { MasterBL bl = new MasterBL(); return(bl.Insert_Update_MailingList_Master(InputData, NotificationData)); } catch (Exception) { throw; } }
public List <NotificationMailContent> GetNotificationMailContent(string SearchText) { try { MasterBL bl = new MasterBL(); return(bl.GetNotificationMailContent(SearchText)); } catch (Exception) { throw; } }
public List <SubMenu> GetSubmenu(string SearchText) { try { MasterBL bl = new MasterBL(); return(bl.GetSubmenu(SearchText)); } catch (Exception) { throw; // } }
public List <DashboardOverview> GetDashboardOverview(string SearchText) { try { MasterBL bl = new MasterBL(); return(bl.GetDashboardOverview(SearchText)); } catch (Exception) { throw; } }
public List <SmartSearchBO> GetSmartSearchScreen(string Channel, string DistributorCategory, string ARN, string SchemeCategory, string Scheme, string Zone, string Branch, string MemoType, string MemoStatus, string PeriodFrom, string PeriodTo, string CreatedBy, string SearchFilter) { try { MasterBL bl = new MasterBL(); return(bl.GetSmartSearchScreen(Channel, DistributorCategory, ARN, SchemeCategory, Scheme, Zone, Branch, MemoType, MemoStatus, PeriodFrom, PeriodTo, CreatedBy, SearchFilter)); } catch (Exception) { throw; //GetBrokerageNotes } }
public List <InitatedMemo> GetSelfInitiatedMemo(string SearchText, bool self) { try { MasterBL bl = new MasterBL(); return(bl.GetSelfInitiatedMemo(SearchText, self)); } catch (Exception) { throw; } }
public bool GenerateAuditMaster(AuditMasters[] InputData) { try { MasterBL bl = new MasterBL(); return(bl.GenerateAuditMaster(InputData.ToList())); } catch (Exception) { throw; } }
public bool DeleteUser(Int64 UserID) { try { MasterBL bl = new MasterBL(); return(bl.DeleteUser(UserID)); } catch (Exception) { throw; } }
public List <AuditMasters> GetAuditMaster(string SearchText) { try { MasterBL bl = new MasterBL(); return(bl.GetAuditMaster(SearchText)); } catch (Exception) { throw; } }
public List <ListSearchColumns> GetListSearchColumns(int ModuleID, string StoreProcedure) { try { MasterBL bl = new MasterBL(); return(bl.GetListSearchColumns(ModuleID, StoreProcedure)); } catch (Exception) { throw; } }
public List <ApplicationLock> GetApplicationLock(string SearchText) { try { MasterBL bl = new MasterBL(); return(bl.GetApplicationLock(SearchText)); } catch (Exception) { throw; } }
public List <Notification> GetNotification() { try { MasterBL bl = new MasterBL(); return(bl.GetNotification()); } catch (Exception) { throw; } }
public bool UpdateApplicationLock(string Lock, string unlock, string ViewRoles, string LockNotes) { try { MasterBL bl = new MasterBL(); return(bl.UpdateApplicationLock(Lock, unlock, ViewRoles, LockNotes)); } catch (Exception) { throw; } }
public bool DeleteAllNotifications(string SearchText) { try { MasterBL bl = new MasterBL(); return(bl.DeleteAllNotifications(SearchText)); } catch (Exception) { throw; } }
public List <UnlockUsers> GetUnlockUsers(string UserName, Int64 IsDisabled) { try { MasterBL bl = new MasterBL(); return(bl.GetUnlockUsers(UserName, IsDisabled)); } catch (Exception) { throw; } }
public string CopyOfExitLoad() { try { MasterBL bl = new MasterBL(); return(bl.CopyOfExitLoad()); } catch (Exception ex) { return(ex.Message); } }
public bool UpdateUnLockUsers(string Lock, string unlock, string reset) { try { MasterBL bl = new MasterBL(); return(bl.UpdateUnLockUsers(Lock, unlock, reset)); } catch (Exception) { throw; } }
public bool DeleteDistributorCategory(Int64 DistributorCategoryId) { try { MasterBL bl = new MasterBL(); return(bl.DeleteDistributorCategory(DistributorCategoryId)); } catch (Exception) { throw; } }
public bool Insert_Update_Role(Roles InputData) { try { MasterBL bl = new MasterBL(); return(bl.Insert_Update_Role(InputData)); } catch (Exception) { throw; } }