Skip to content
Snippets Groups Projects

add theme in tenant entity

Merged Lucca Santangelo Dodera requested to merge feature/look-and-feel into develop
7 files
+ 979
3
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -7,5 +7,6 @@ namespace Tsi1.BusinessLayer.Dtos
public class TenantCreateDto
{
public string Name { get; set; }
public string Theme { get; set; }
}
}
Loading