Beispiel #1
0
 public List <BrokerageNotes> GetBrokerageNotes(string SearchText)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetBrokerageNotes(SearchText));
     }
     catch (Exception)
     {
         throw; //GetBrokerageNotes
     }
 }