Exemplo n.º 1
0
 public NivelController(Context context)
 {
     _repository = new NivelRepository(context);
 }