Esempio n. 1
0
 public void ItHasAMax__Of__(string type, float amount)
 {
     it.SetMax(type, amount);
 }
Esempio n. 2
0
 public void ItsMax__Is__(string type, float max)
 {
     it.SetMax(type, max);
 }