Exemplo n.º 1
0
 public IList <Transaccion> GetAllByEmpresaSucursal(int idEmpresa, int idSucursal)
 {
     try
     {
         return(repository.GetAllByEmpresaSucursal(idEmpresa, idSucursal));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }