Exemplo n.º 1
0
 public IReadOnlyCollection <Product> GetByUserId(int userId)
 {
     return(_productContext.GetByUserId(userId));
 }