Пример #1
0
 public ActionResult EditPublicationHouse(int id)
 {
     return(View(_publicationHouseService.GetPublicationHouse(id)));
 }