예제 #1
0
 public ApiResponse <Feed> GetByObj([FromBody] Feed feed)
 {
     return(_feedRepository.GetByObj(feed));
 }