Skip to content

Commit

Permalink
Our first check-in frorm the new Repo! Added a Util file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Peterson committed Apr 26, 2024
1 parent 03865f6 commit 19b029c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions TeamBuilder/TeamBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,4 @@
<ItemGroup>
<Folder Include="Dal\" />
</ItemGroup>
<ItemGroup>
<Folder Include="Util\" />
</ItemGroup>
</Project>
10 changes: 10 additions & 0 deletions TeamBuilder/Util/Util.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace TeamBuilder.Util
{
public static class Util
{
static Util()
{
//If there's ever a need for a Utility file!
}
}
}

0 comments on commit 19b029c

Please sign in to comment.