Ejemplo n.º 1
0
 public EntityFilesViewComponent(
     IEntityFileStore <EntityFile> entityAttachmentStore)
 {
     _entityAttachmentStore = entityAttachmentStore;
 }