Skip to content

Commit

Permalink
Merge pull request #37 from Nix-code/feat/nishantb/unittest
Browse files Browse the repository at this point in the history
chore: directory refactor for BaseModel
  • Loading branch information
nixhantb authored Dec 10, 2023
2 parents 517f8c3 + 3093945 commit acce756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using JobLeet.WebApi.JobLeet.Api.Models.Common.V1;
using System.ComponentModel.DataAnnotations;

namespace JobLeet.WebApi.JobLeet.Api.Models.Accounts.V1
namespace JobLeet.WebApi.JobLeet.Api.Models.Accounts
{
public class BaseUserRequest : BaseModel
{
Expand Down

0 comments on commit acce756

Please sign in to comment.