コード例 #1
0
 public void Update(ExpeditureSubType model)
 {
     Execute(SqlUpdateCommand, model);
 }
コード例 #2
0
 public void Insert(ExpeditureSubType model)
 {
     Execute(SqlInsertCommand, model);
 }