Base solution for your next web application
Open Closed

Modify Organization Unit Entity, source Code? #3169


User avatar
0
sergiop created

Hello Im trying to add an extra field to the class

[Table("AbpOrganizationUnits")]
    public class OrganizationUnit : FullAuditedEntity<long>, IMayHaveTenant
    {

Is the source code provided to change that class?

Thank you very much !!


1 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi,

    Of course, you can change existing entities. Check this tutorial: <a class="postlink" href="https://aspnetzero.com/Documents/Extending-Existing-Entities">https://aspnetzero.com/Documents/Extend ... g-Entities</a>