Пример #1
0
 public Hash CreateRequestHash([FromBody] HashDTO hash)
 {
     return(_hashService.CreateRequestHash(hash));
 }