예제 #1
0
 public bool UpdateByID(M_Message_SMS model)
 {
     return(DBCenter.UpdateByID(model, model.ID));
 }
예제 #2
0
 public int Insert(M_Message_SMS model)
 {
     return(DBCenter.Insert(model));
 }