Using ASP.NET Core Web API with ASP.NET MAUI - Can I use the models from API in my MAUI or do I have to recreate?
I just started working with MAUI and it seems like I have to re-create all my models in it. For example I have a User model in API with username, name, email, etc. do I have to create it again in MAUI?/