Explorar el Código

Un-privated CustomerLink on Equipmnet

Kenric Nugteren hace 2 años
padre
commit
b2818ff4d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      prs.classes/Entities/Equipment/Equipment.cs

+ 1 - 1
prs.classes/Entities/Equipment/Equipment.cs

@@ -84,7 +84,7 @@ namespace Comal.Classes
         [EditorSequence(13)]
         public DateTime ManufacturedDate { get; set; }
 
-        private CustomerLink Customer { get; set; }
+        public CustomerLink Customer { get; set; }
 
         [EntityRelationship(DeleteAction.SetNull)]
         [EditorSequence("Counters", 1)]