Exemplo n.º 1
0
 public ListaNoticiaAdapter(Activity contexto, List <Noticia> noticias, ISelectedChecker selectedChecker)
 {
     _contexto        = contexto;
     _noticias        = noticias;
     _selectedChecker = selectedChecker;
 }
Exemplo n.º 2
0
 public NewsListAdapter(Activity context, List <News> news, ISelectedChecker selectedChecker)
 {
     _context         = context;
     _news            = news;
     _selectedChecker = selectedChecker;
 }