Example #1
0
 public void AddSports_Together(C_Sports_Together entity)
 {
     DB.GetDal <C_Sports_Together>().Add(entity);
 }
Example #2
0
 public void UpdateSports_Together(C_Sports_Together entity)
 {
     DB.GetDal <C_Sports_Together>().Update(entity);
 }