mirror of https://github.com/abpframework/abp.git
1 changed files with 7 additions and 0 deletions
@ -1,8 +1,15 @@ |
|||
using Microsoft.AspNetCore.Mvc; |
|||
using Volo.Abp.ObjectMapping; |
|||
|
|||
namespace Volo.Abp.AspNetCore.Mvc |
|||
{ |
|||
public abstract class AbpViewComponent : ViewComponent |
|||
{ |
|||
public IObjectMapper ObjectMapper { get; set; } |
|||
|
|||
protected AbpViewComponent() |
|||
{ |
|||
|
|||
} |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue