コード例 #1
0
 public ActionResult <List <Brand> > get()
 {
     return(Ok(brand.Brands()));
 }