refactor(Pdf\Behaviors): Handle the history recording process in another behavior named CreateHistoryBehavior
This commit is contained in:
@@ -89,6 +89,7 @@ public static class DependencyInjection
|
||||
cfg.RegisterServicesFromAssembly(Assembly.GetExecutingAssembly());
|
||||
cfg.AddBehavior<AddReportBehavior>();
|
||||
cfg.AddBehavior<SavePdfBehavior>();
|
||||
cfg.AddBehavior<CreateHistoryBehavior>();
|
||||
});
|
||||
|
||||
// Add memory cache
|
||||
|
||||
Reference in New Issue
Block a user