Ejemplo n.º 1
0
 public async Task <Result> AssignProduct(string CustomerId, string UserId, string ProductId, AssignProductParams data) => await _avOperation.AssignProductAsync(CustomerId, UserId, ProductId, data);
Ejemplo n.º 2
0
        public Result AssignProduct(string CustomerId, string UserId, string ProductId, AssignProductParams data)
        {
            var op = new STaaSOperation();

            return(op.AssignProduct(CustomerId, UserId, ProductId, data));
        }