public async Task <Dictionary <string, bool> > GetValidMandatoryListCodeForQauntityTableExcel([FromBody] List <string> CSICodes)
        {
            Dictionary <string, bool> result = await _mandatoryListAppService.GetValidMandatoryListCodeForQauntityTableExcel(CSICodes);

            return(result);
        }