コード例 #1
0
        public string GetDateFormat()
        {
            IDebitNoteListBL purDebit = new DebitNoteListBL();
            var result = purDebit.GetDateFormat();

            return(result);
        }
コード例 #2
0
        public string GetLastSelectionData(int ScreenId)
        {
            IDebitNoteListBL purDebit = new DebitNoteListBL();
            var result = purDebit.GetLastSelectionData(ScreenId);

            return(result);
        }
コード例 #3
0
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            IDebitNoteListBL purDebit = new DebitNoteListBL();
            var result = purDebit.SaveSearchJson(jsonSearch, ScreenId, ScreenName);

            return(result);
        }
コード例 #4
0
        public List <YearEntity> GetYearRange()
        {
            IDebitNoteListBL  purDebit  = new DebitNoteListBL();
            List <YearEntity> yearrange = purDebit.GetYearRange();

            return(yearrange);
        }
コード例 #5
0
        public List <DebitNoteListEntity> GetAllPurDebit()
        {
            IDebitNoteListBL           purDebit  = new DebitNoteListBL();
            List <DebitNoteListEntity> Debitlist = purDebit.GetAllPurDebit();

            return(Debitlist);
        }
コード例 #6
0
        public List <DebitNoteListEntity> GetAllPurDebitJson(string jsondata, bool?ExcincTax)
        {
            IDebitNoteListBL           purDebit      = new DebitNoteListBL();
            List <DebitNoteListEntity> quotationlist = purDebit.GetAllPurDebitJson(jsondata, ExcincTax);

            return(quotationlist);
        }
コード例 #7
0
        public OptionsEntity GetOptionSettings()
        {
            IDebitNoteListBL purDebit = new DebitNoteListBL();

            return(purDebit.GetOptionSettings());
        }
コード例 #8
0
        public TaxModel GetDefaultTaxes()
        {
            IDebitNoteListBL purDebit = new DebitNoteListBL();

            return(purDebit.GetDefaultTaxes());
        }