@startuml class PhotoGallary { + Id : int <> <> + Description : string <> <> + ProjectId : int <> <> + AddedBy : string <> <> + <> Imagebase64 : string <> <> } PhotoGallary --> "Project" Project PhotoGallary --> "ApplicationUser" ApplicationUser PhotoGallary --> "AddedOn" DateTime @enduml