Example #1
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
     }
 }