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