Example #1
0
 public static function FindById($entityName, $id)
 {
     $entity = Database::FindById($entityName, $id);
     return $entity;
 }