예제 #1
0
        protected TaxOfficeInfo OnTaxOfficeInfoQuery(int taxOfficeId, bool allowTest)
        {
            var ev = new TaxOfficeInfoQueryEventArgs(taxOfficeId, allowTest);

            TaxOfficeInfoQuery?.Invoke(this, ev);
            return(ev.Info);
        }
예제 #2
0
 protected TaxOfficeInfo OnTaxOfficeInfoQuery(int taxOfficeId, bool allowTest)
 {
     var ev = new TaxOfficeInfoQueryEventArgs(taxOfficeId, allowTest);
     TaxOfficeInfoQuery?.Invoke(this, ev);
     return ev.Info;
 }