Example #1
0
 public void AuctionCanBeAdded()
 {
     sut.Create(Guid.NewGuid(), productId, DateTime.Now, DateTime.Now.AddHours(3));
 }