示例#1
0
 public Response Validate([FromBody] ValidateOTPRequest value)
 {
     return(repo.Validate(value));
 }