Ejemplo n.º 1
0
 public static function CompareDate(FactPlace $a, FactPlace $b)
 {
     return Fact::CompareDate($a->fact, $b->fact);
 }