Esempio n. 1
0
 public void GetPurchaseHistory()
 {
     AssertCall <List <Transaction> >(repository.GetPurchaseHistory());
 }