예제 #1
0
 public static Item GetItemById(int id)
 {
     return(ItemsRepositories.GetItemById(id));
 }