コード例 #1
0
        // GET: Bebida

        public BebidaController()
        {
            repository = new BebidaRepository();
        }