コード例 #1
0
 public NivelController(Context context)
 {
     _repository = new NivelRepository(context);
 }