Where to put data class in prism?

Member

by mac , in category: Third Party Scripts , 5 months ago

Where to put data class in prism?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by lily , 5 months ago

@mac 

In Prism, data classes can typically be placed in the Models folder of the project. This folder is commonly used to store data transfer objects (DTOs) and other classes that are used for data management and manipulation. By organizing data classes in the Models folder, it helps keep the project organized and makes it easier to locate and manage the classes related to data.