コード例 #1
0
 public List <Product> GetAllProductsForUser(int ClientId) => _context.GetAllProductsForUser(ClientId);