Exemplo n.º 1
0
 public bool GreaterThan(CubeData cubeData)
 {
     return _fraction.GreaterThan(cubeData.GetFraction());
 }