예제 #1
0
 public void UpdateJCZQ_OZBMatch(C_JCZQ_OZBMatch entity)
 {
     DB.GetDal <C_JCZQ_OZBMatch>().Update(entity);
 }
예제 #2
0
 public void AddJCZQ_OZBMatch(C_JCZQ_OZBMatch entity)
 {
     DB.GetDal <C_JCZQ_OZBMatch>().Add(entity);
 }