コード例 #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));
 }