Exemplo n.º 1
0
 public List <InitatedMemo> GetSelfInitiatedMemo(string SearchText, bool self)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.GetSelfInitiatedMemo(SearchText, self));
     }
     catch (Exception)
     {
         throw;
     }
 }