예제 #1
0
        public JsonResult <bool> Entrada(ViewModelEntradaEstoque vm_entrada_estoque)
        {
            EstoqueBusiness estoque_busines = new EstoqueBusiness();

            return(Json(estoque_busines.Entrada(vm_entrada_estoque)));
        }