Beispiel #1
0
 public PropertyAttribute UpdatePropertyAttribute(Models.BaseModels.PropertyAttribute PropertyAttribute)
 {
     db.PropertyAttributes.Update(PropertyAttribute);
     return(PropertyAttribute);
 }
Beispiel #2
0
 public PropertyAttribute CreatePropertyAttribute(Models.BaseModels.PropertyAttribute PropertyAttribute)
 {
     db.PropertyAttributes.Add(PropertyAttribute);
     return(PropertyAttribute);
 }