Example #1
0
 internal void InvokePayLegacyFinesEvent(PayLegacyFinesEvent arg)
 {
     PayLegacyFinesEvent?.Invoke(this, arg);
 }
Example #2
0
 internal void InvokePayLegacyFinesEvent(PayLegacyFinesEvent arg) => PayLegacyFinesEvent?.Invoke(null, arg);