예제 #1
0
 public Guid Add(CustomerPropertyEntity model)
 {
     return(_customerPropertyService.Add(model));
 }