示例#1
0
 private bool UsuarioLogado()
 {
     var repo = new BuBlingRepository();
     return repo.UsuarioLogado();
 }