Hello, I'm having difficulty making a Dropdownlist, I have 3 classes an Entities to have relationship with the bank, a Genre that is associated with the Work class.
[Table("Generos")]
public class Genero
{
[Key]
public int GeneroId { g...
asked by
21.09.2017 / 04:03