Exemplo n.º 1
0
 public IActionResult PeoplePhoto()
 {
     ServiceReference1.Service1 ph =
         new ServiceReference1.Service1();
     ServiceReference1.DetaliiPhoto photo = ph.GetPeople();
     return(View(DetaliiPhoto.people));
 }
Exemplo n.º 2
0
 public IActionResult DescriptionPhoto()
 {
     ServiceReference1.Service1 ph =
         new ServiceReference1.Service1();
     ServiceReference1.DetaliiPhoto photo = ph.GetDescription();
     return(View(DetaliiPhoto.descriere));
 }