示例#1
0
文件: Sent.cs 项目: Arshir/PCC
 public static void Update(Sent sent, DbTransaction transaction)
 {
     sent.Update(transaction);
 }
示例#2
0
文件: Sent.cs 项目: Arshir/PCC
 public static void Update(Sent sent)
 {
     sent.Update();
 }