Example #1
0
 public static decimal GetQuotaById(int userID)
 {
     return(PaymentDB.GetQuotaByID(userID));
 }