public void Update(TeamProfileModel obj) { _context.TeamProfiles.AddOrUpdate(obj); }
public void Insert(TeamProfileModel obj) { _context.TeamProfiles.Add(obj); }