Exemplo n.º 1
0
 public void UpdateAttrIdentifier(ViewCOSEMAttributeValue v, Guid userId)
 {
 }
Exemplo n.º 2
0
 public void UpdateAttrIdentifier(ViewCOSEMAttributeValue v, Guid userId)
 {
     Trace.Assert(v != null);
     _db.UpdateAttrIdentifier(v.Identifier, v.AttributeID, v.COSEMObjectID, userId);
 }