Esempio n. 1
0
 public function GetDonations()
 {
     return Donation::GetAllByField("Donation", "AccountID", $this->Data["ID"]);
 }