コード例 #1
0
 public string VerificarPerfil(Models.TbLogin tabela)
 {
     return(database.VerificarPerfil(tabela));
 }