using System.Collections.Generic;interface IExcelCSVOperations{ IEnumerable<T> ReadFile<T>();}
Login to post response