예제 #1
0
 public void AddSports_TogetherJoin(C_Sports_TogetherJoin entity)
 {
     DB.GetDal <C_Sports_TogetherJoin>().Add(entity, true);
 }
예제 #2
0
 public void UpdateSports_TogetherJoin(C_Sports_TogetherJoin entity)
 {
     DB.GetDal <C_Sports_TogetherJoin>().Update(entity);
 }