Ejemplo n.º 1
0
        public async Task AddNewCarpet(CreateCarpetRequest AddCarpet)
        {
            await CarpetService.AddNewCarpetAsync(AddCarpet);

            await ModalInstance.CloseAsync();
        }