public string Index([FromForm] RequestTwilio request)
        {
            var response = new MessagingResponse();

            return(InitialService.Start(request.Body));
        }
Exemplo n.º 2
0
    public bool SetCustomerInfoInit(string sCustomerInfo, string strUnitInfo, string strMenu, string typeId)
    {
        InitialService initialService = new InitialService();

        return(initialService.SetBSInitialInfo(sCustomerInfo, strUnitInfo, strMenu, typeId));
    }