Beispiel #1
0
 public MyItems GetItemById(int id)
 {
     return(LocalService.GetItemById(id));
 }