コード例 #1
0
 public List <int> GetAllLikes(Post post)
 {
     return(_context.GetAllLikes(post));
 }