Freddie Baird has worked in the corporate world since 1998, when they began their career at QuantumDigital, Inc. as President/COO. Freddie later took on the role of Executive Vice President/COO at the same company. In 2022, they moved to WildKind Packaging, where they currently serve as President/COO.
package com.example.demo.service;
import com.example.demo.model.User;
import java.util.List;
public interface UserService {
User save(User user);
List<User> findAll();
User findById(Long id);
void deleteById(Long id);
}
Sign up to view 1 direct report
Get started