예제 #1
0
 public ActionResult <Point_UsersView> GetPointUser(Guid id)
 {
     return(bll.GetPointUser(id));
 }