Exemplo n.º 1
0
 public Product ById(long id)
 {
     return(dal.ById(id));
 }
Exemplo n.º 2
0
 public Product ById(long id)
 {
     return(productDAL.ById(id));
 }