Skip to content

Commit

Permalink
update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
emrecoskun705 committed Sep 21, 2023
1 parent 5a4e772 commit 13d04c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Unitagram.Domain/LanguageResource.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using Unitagram.Domain;
using Unitagram.Domain.Common;
using Unitagram.Domain.Primitives;

namespace Unitagram.Domain;

public class LanguageResource : BaseEntity, IAuditableEntity
{
public int Id { get; set; }
Expand Down

0 comments on commit 13d04c9

Please sign in to comment.