public virtual void OnSaleDeleted(DatabaseFirst.Sales sale) { SaleDeleted?.Invoke(this, new SalesEventArgs { Sales = sale }); }
protected virtual void OnSaleDeleted() { CreateNotification(EventActionType.Deleted); SaleDeleted?.Invoke(this, new NewNotificationEventArgs(this)); }