コード例 #1
0
 public ActionResult <List <Migrant> > Get() =>
 _migrantService.Get();
コード例 #2
0
 public ActionResult <bool> Get()
 {
     return(_migrantService.Get());
 }