Ejemplo n.º 1
0
 public ActionResult <IEnumerable <Point_UsersView> > GetPointUsers(Guid pointid)
 {
     return(bll.GetPointUsers(pointid));
 }