Ejemplo n.º 1
0
 public List <Zone> Getzoneandregion(string SearchText)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.Getzoneandregion(SearchText));
     }
     catch (Exception)
     {
         throw;
     }
 }