debug
This commit is contained in:
@@ -13,6 +13,7 @@ namespace WebAPI.dataParsers
|
||||
public List<DataRow> parse(IFormFile file)
|
||||
{
|
||||
var info = CultureInfo.CurrentCulture;
|
||||
Console.WriteLine(info);
|
||||
|
||||
List<DataRow> dataRows = new List<DataRow>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user