Beispiel #1
0
 public static void ModifyQuotaById(int userID, decimal quota)
 {
     PaymentDB.ModifyQuotaById(userID, quota);
 }