Exemplo n.º 1
0
 public static Item GetItemById(int id)
 {
     return(ItemsRepositories.GetItemById(id));
 }