3
Good afternoon, I am using VS17 C# and copied the command of another project and is giving error:
CS0116 C# Um namespace não pode conter diretamente membros, como campos ou métodos
error line:
public static DataTable EmpresaPesquisar(global::CamadaModelos.mdlEmpresa _mdlEmpresa)
tried that:
public static DataTable EmpresaPesquisar(CamadaModelos.mdlEmpresa _mdlEmpresa)
From what is written, is missing the class of methods.
– Focos
could you elaborate a little bit more ? I’m new and I don’t have that much experience.
– Thiago Mazette