예제 #1
0
 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;
     }
 }
예제 #2
0
 public bool SaveChat(ChatHistory chatHistory)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.SaveChat(chatHistory));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #3
0
 public bool DeleteBranch(Int64 BranchID)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.DeleteBranch(BranchID));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #4
0
 public bool UpdateSchemeSequence(Scheme[] SchemeList, SchemeCategory[] SchemeCategoryList)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.UpdateSchemeSequence(SchemeList.ToList(), SchemeCategoryList.ToList()));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #5
0
 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;
     }
 }
예제 #6
0
 public List <DashboardOverview> GetUndefinedStructure(Int64 MemoTypeId, string StructureType)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetUndefinedStructure(MemoTypeId, StructureType));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #7
0
 public List <EmployeeLogs> LoginAdministration(string UserName, string SearchFilter)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.LoginAdministration(UserName, SearchFilter));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #8
0
 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;
     }
 }
예제 #9
0
 public bool DeleteRole(Int64 RoleSeqNo)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.DeleteRole(RoleSeqNo));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #10
0
 public bool DeleteMailingListMaster(Int64 MailingListId)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.DeleteMailingListMaster(MailingListId));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #11
0
 public List <CodeMaster> GetCodeMaster(string CodeType)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetCodeMaster(CodeType));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #12
0
 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;
     }
 }
예제 #13
0
 public List <NotificationMailContent> GetNotificationMailContent(string SearchText)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetNotificationMailContent(SearchText));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #14
0
 public List <SubMenu> GetSubmenu(string SearchText)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetSubmenu(SearchText));
     }
     catch (Exception)
     {
         throw; //
     }
 }
예제 #15
0
 public List <DashboardOverview> GetDashboardOverview(string SearchText)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetDashboardOverview(SearchText));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #16
0
 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
     }
 }
예제 #17
0
 public List <InitatedMemo> GetSelfInitiatedMemo(string SearchText, bool self)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetSelfInitiatedMemo(SearchText, self));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #18
0
 public bool GenerateAuditMaster(AuditMasters[] InputData)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GenerateAuditMaster(InputData.ToList()));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #19
0
 public bool DeleteUser(Int64 UserID)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.DeleteUser(UserID));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #20
0
 public List <AuditMasters> GetAuditMaster(string SearchText)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetAuditMaster(SearchText));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #21
0
 public List <ListSearchColumns> GetListSearchColumns(int ModuleID, string StoreProcedure)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetListSearchColumns(ModuleID, StoreProcedure));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #22
0
 public List <ApplicationLock> GetApplicationLock(string SearchText)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetApplicationLock(SearchText));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #23
0
 public List <Notification> GetNotification()
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetNotification());
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #24
0
 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;
     }
 }
예제 #25
0
 public bool DeleteAllNotifications(string SearchText)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.DeleteAllNotifications(SearchText));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #26
0
 public List <UnlockUsers> GetUnlockUsers(string UserName, Int64 IsDisabled)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetUnlockUsers(UserName, IsDisabled));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #27
0
 public string CopyOfExitLoad()
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.CopyOfExitLoad());
     }
     catch (Exception ex)
     {
         return(ex.Message);
     }
 }
예제 #28
0
 public bool UpdateUnLockUsers(string Lock, string unlock, string reset)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.UpdateUnLockUsers(Lock, unlock, reset));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #29
0
 public bool DeleteDistributorCategory(Int64 DistributorCategoryId)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.DeleteDistributorCategory(DistributorCategoryId));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #30
0
 public bool Insert_Update_Role(Roles InputData)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.Insert_Update_Role(InputData));
     }
     catch (Exception)
     {
         throw;
     }
 }