コード例 #1
0
 public List <Like> Get(string id)
 {
     return(productProvider.GetLikesFromDatabase(id));
 }