IMgGridBase : IGrid
This commit is contained in:
parent
9d0ee493ac
commit
3b899cb8ad
|
|
@ -13,7 +13,7 @@ using Microsoft.AspNetCore.Components;
|
||||||
|
|
||||||
namespace AyCode.Blazor.Components.Components.Grids;
|
namespace AyCode.Blazor.Components.Components.Grids;
|
||||||
|
|
||||||
public interface IMgGridBase
|
public interface IMgGridBase : IGrid
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue