public UserService() { // Temporary solution. this.userRepo = new ContactRepoMysql(); }
public ContactService() { // Temporary solution. this.contactRepo = new ContactRepoMysql(); }