IMgGridBase : IGrid

This commit is contained in:
Loretta 2025-11-08 06:40:53 +01:00
parent 9d0ee493ac
commit 3b899cb8ad
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ using Microsoft.AspNetCore.Components;
namespace AyCode.Blazor.Components.Components.Grids;
public interface IMgGridBase
public interface IMgGridBase : IGrid
{
}