Beispiel #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="AttributeGroup"></param>
 public static void UpdateAttributeGroup(DocumentAttributeGroup AttributeGroup)
 {
     DbProvider.UpdateAttributeGroup(AttributeGroup);
 }
Beispiel #2
0
 /// <summary>
 /// Inserisce un nuovo gruppo di attributi.
 /// </summary>
 /// <param name="AttributeGroup"></param>
 public static void AddAttributeGroup(DocumentAttributeGroup AttributeGroup)
 {
     DbProvider.AddAttributeGroup(AttributeGroup);
 }
Beispiel #3
0
 public void AddAttributeGroup(DocumentAttributeGroup AttributeGroup)
 {
     AttributeService.AddAttributeGroup(AttributeGroup);
 }
Beispiel #4
0
 public void UpdateAttributeGroup(DocumentAttributeGroup AttributeGroup)
 {
     AttributeService.UpdateAttributeGroup(AttributeGroup);
 }
Beispiel #5
0
 public void UpdateDocumentAttributeGroup(DocumentAttributeGroup AttributeGroup)
 {
     throw new NotImplementedException();
 }