Example #1
0
 public List <VSucursalCombo> Listar()
 {
     try
     {
         return(iSucursal.Listar());
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }