示例#1
0
 public static DIHelper AddFileOperationWraperHelperService(this DIHelper services)
 {
     services.TryAddScoped <FileOperationWraperHelper>();
     return(services
            .AddFolderWrapperHelperService()
            .AddFileWrapperHelperService()
            .AddDaoFactoryService()
            .AddCommonLinkUtilityService());
 }