コード例 #1
0
 public IHttpActionResult GetStdFin()
 {
     return(Ok(regRepo.GetAllRegInfo()));
 }