public static void Update(TMSRoyaltyMonthlyCharges tMSRoyaltyMonthlyCharges, DbTransaction transaction)
 {
     tMSRoyaltyMonthlyCharges.Update(transaction);
 }
Exemple #2
0
 public static void Update(TMSRoyaltyMonthlyCharges tMSRoyaltyMonthlyCharges, DbTransaction transaction)
 {
     tMSRoyaltyMonthlyCharges.Update(transaction);
 }
 public static void Update(TMSRoyaltyMonthlyCharges tMSRoyaltyMonthlyCharges)
 {
     tMSRoyaltyMonthlyCharges.Update();
 }
Exemple #4
0
 public static void Update(TMSRoyaltyMonthlyCharges tMSRoyaltyMonthlyCharges)
 {
     tMSRoyaltyMonthlyCharges.Update();
 }