Larry Berman has worked in the corporate world for over 6 years. Larry began their career in 2014 at Microsoft, where they were a Manager. In 2020, they moved to feelter, where they currently serve as a Sales Manager.
package com.example.mvp.model;
import com.example.mvp.bean.User;
/**
* Created by Administrator on 2018/3/26.
*/
public interface IUserModel {
void setID(int id);
void setFirstName(String firstName);
void setLastName(String lastName);
User load(int id);
}
Sign up to view 0 direct reports
Get started