Skip to content

Commit

Permalink
♻️ refactor: Alterado o dataste pra pasta raiz
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhogger committed May 5, 2024
1 parent 67cb7d3 commit 071e887
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Backend/utils/DataLoadBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public abstract class DataLoadBase : IDataLoad
{
public List<PersonBase> GetDataset()
{
return Load<PersonBase>(".\\data\\Car_Insurance_Claim");
return Load<PersonBase>("Car_Insurance_Claim");
}
public abstract List<T> Load<T>(string local);
}

0 comments on commit 071e887

Please sign in to comment.