コード例 #1
0
 public void AddTransaction(int clientId, string operation)
 {
     _db.AddTransaction(clientId, operation);
 }