Use REST style

This commit is contained in:
hishamco
2020-12-03 15:50:25 +03:00
parent 5ee38e4ae7
commit 1a8125c26d
5 changed files with 12 additions and 25 deletions

View File

@ -5,5 +5,7 @@ namespace Oqtane.Models
public string Name { get; set; }
public string DisplayName { get; set; }
public bool IsDefault { get; set; }
}
}