Skip to content

Commit

Permalink
Hometask N27 is done
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdurahmon0412 committed Aug 18, 2023
1 parent e603470 commit 72983e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions N27_HT1/Models/User.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace N27_HT1.Models;

public class USer
{

}
6 changes: 6 additions & 0 deletions N27_HT1/Services/UserService.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace N27_HT1.Services;

public class UserService
{

}

0 comments on commit 72983e6

Please sign in to comment.