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