示例#1
0
 public UsuarioSet GetUser(string usuario)
 {
     return(_dalUsers.GetUsuario(usuario));
 }