Skip to content

Commit

Permalink
Merge pull request #27 from Nix-code/feat/nishantb/models
Browse files Browse the repository at this point in the history
remove unwanted namespace in moels
  • Loading branch information
nixhantb authored Dec 3, 2023
2 parents cb83013 + 8ffd581 commit b6437cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.ComponentModel.DataAnnotations.Schema;

namespace JobLeet.WebApi.JobLeet.Api.Models.Companies.V1
namespace JobLeet.WebApi.JobLeet.Api.Models.Companies.V1
{
public class CompanyModel : BaseModel
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using JobLeet.WebApi.JobLeet.Api.Models.Common.V1;
using JobLeet.WebApi.JobLeet.Api.Models.Companies.V1;
using System.ComponentModel.DataAnnotations.Schema;

namespace JobLeet.WebApi.JobLeet.Api.Models.Employers.V1
{
public class EmployerModel : BaseModel
Expand Down

0 comments on commit b6437cf

Please sign in to comment.