Skip to content

Commit

Permalink
Merge pull request #5 from Elyas-Amini/develop
Browse files Browse the repository at this point in the history
Add contents
  • Loading branch information
Ali-YousefiTelori authored Dec 2, 2023
2 parents 2411abe + b68fcb3 commit 206b38e
Show file tree
Hide file tree
Showing 21 changed files with 691 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ namespace EasyMicroservices.SupportsMicroservice.Database.Schemas
{
public class DepartmentSchema : FullAbilitySchema
{
public string Title { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ namespace EasyMicroservices.SupportsMicroservice.Database.Schemas
{
public class TicketHistorySchema : FullAbilitySchema
{
public string Content { get; set; }
}
}
Loading

0 comments on commit 206b38e

Please sign in to comment.