Esempio n. 1
0
        public bool InsertOpeningBalanceMaster(OpeningBalanceEntity openingBalanceList)
        {
            ManageSQLConnection manageSQLConnection = new ManageSQLConnection();
            var result = manageSQLConnection.InsertOpeningBalanceMaster(openingBalanceList);

            return(result);
        }