public string Post([FromBody] dtLocation loc) { return(_locationServices.Alter(loc.idCustomer, loc.idMovie, loc.action)); }