Example #1
0
 public static void modificaElemento(elementosCarta elemento)
 {
     BBDDService.AddElementoCarta(elemento);
 }
Example #2
0
 public static void aƱadeElemento(elementosCarta elemento)
 {
     BBDDService.AddElementoCarta(elemento);
 }