Ejemplo n.º 1
0
 public UserList GetByID(int ID)
 {
     return(userListDAL.GetByID(ID));
 }