Implementing of viewModel handling for UI

This commit is contained in:
2025-08-19 16:50:53 +02:00
parent 86daaa5133
commit 2f053dfc71
8 changed files with 139 additions and 33 deletions

View File

@ -1,6 +1,6 @@
using Common.Library;
namespace AdventureWorks.EntityLayer.EntityClasses;
namespace AdventureWorks.EntityLayer;
public class User : EntityBase
{