コード例 #1
0
 public bool AddPropertyEntity(PropertyTypeMaster PropertyTypeMaster)
 {
     return(Repository.AddPropertyEntity(PropertyTypeMaster));
 }