コード例 #1
0
 public List <ProductViewModel> GetAllProductInformation()
 {
     return(_productGateway.GetAllProductInformation());
 }