Exemple #1
0
        public DataTable Read_MNP_File(string filepath)
        {
            DataTable resp = new DataTable();

            resp = _supportRepository.Read_MNP_File(filepath);
            return(resp);
        }