예제 #1
0
파일: B_Com_File.cs 프로젝트: baixue001/IPS
 public bool UpdateByID(M_Com_File model)
 {
     return(DBCenter.UpdateByID(model, model.ID));
 }
예제 #2
0
파일: B_Com_File.cs 프로젝트: baixue001/IPS
 public int Insert(M_Com_File model)
 {
     return(DBCenter.Insert(model));
 }