示例#1
0
 public Owner CreateOwner([FromBody] Owner owner)
 {
     return(_ownersRepository.CreateOwner(owner));
 }