Exemplo n.º 1
0
 public bool Exists(BankTransferLine line)
 {
     return(true);
 }
 public void Store(BankTransferLine line)
 {
     throw new Exception("I just crashed while storing a bank transfer");
 }
Exemplo n.º 3
0
 public bool Exists(BankTransferLine line)
 {
     throw new Exception("Oh no! I am crashed while trying to determine if banktransfer exists!");
 }
Exemplo n.º 4
0
 public void Store(BankTransferLine line)
 {
     ProcessedRequests.Add(line);
 }