Пример #1
0
 public int Post([FromBody] Payment value)
 {
     return(_paymentsRepository.CreateNew(value));
 }