コード例 #1
0
ファイル: ProductsController.cs プロジェクト: T0shik/platform
 public IEnumerable <object> GetProducts(
     [FromServices] GetProducts getProducts) =>
 getProducts.FrontPage();
コード例 #2
0
ファイル: ProductsController.cs プロジェクト: T0shik/platform
 public IEnumerable <object> GetProducts([FromServices] GetProducts getProducts)
 {
     return(getProducts.FrontPage());
 }