コード例 #1
0
 public IHttpActionResult GetLanguages()
 {
     var repository = new ScreenRepository();
     return Ok(repository.GetLanguages());
 }