コード例 #1
0
 public IHttpActionResult Get(int id)
 {
     return(Ok(credentialRepository.Get(id)));
 }