Пример #1
0
 public IActionResult GetById(int id)
 {
     return(RespondSuccess(_newsLetterSubscriptionService.FirstOrDefault(x => x.Id == id)));
 }