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