fix
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using MyOffice.Services.Identity;
|
||||
|
||||
namespace MyOffice.Services.Mapper;
|
||||
|
||||
public class BaseMappingAction
|
||||
{
|
||||
protected readonly IContextProvider ContextProvider;
|
||||
public BaseMappingAction(IContextProvider contextProvider)
|
||||
{
|
||||
ContextProvider = contextProvider;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user