public void AddSports_Together(C_Sports_Together entity) { DB.GetDal <C_Sports_Together>().Add(entity); }
public void UpdateSports_Together(C_Sports_Together entity) { DB.GetDal <C_Sports_Together>().Update(entity); }