Browse Source

rename core project

zinab 9 months ago
parent
commit
e0672dcda1
38 changed files with 0 additions and 0 deletions
  1. 0 0
      MTWorkHR.Core/AppSettingsConfiguration.cs
  2. 0 0
      MTWorkHR.Core/EmailSettings.cs
  3. 0 0
      MTWorkHR.Core/Entities/Auth/Permission.cs
  4. 0 0
      MTWorkHR.Core/Entities/Base/AuditEntity.cs
  5. 0 0
      MTWorkHR.Core/Entities/Base/Entity.cs
  6. 0 0
      MTWorkHR.Core/Entities/Base/FilterAttribute.cs
  7. 0 0
      MTWorkHR.Core/Entities/Base/FullAuditEntity.cs
  8. 0 0
      MTWorkHR.Core/Entities/Base/IAuditEntity.cs
  9. 0 0
      MTWorkHR.Core/Entities/Base/IEntity.cs
  10. 0 0
      MTWorkHR.Core/Entities/Base/IFullAuditEntity.cs
  11. 0 0
      MTWorkHR.Core/Entities/Base/ISoftDelete.cs
  12. 0 0
      MTWorkHR.Core/Entities/Employee.cs
  13. 0 0
      MTWorkHR.Core/Global/AppException.cs
  14. 0 0
      MTWorkHR.Core/Global/AppExceptions.cs
  15. 0 0
      MTWorkHR.Core/Global/Enum/ExceptionEnum.cs
  16. 0 0
      MTWorkHR.Core/Global/Enum/NotificationTypeEnum.cs
  17. 0 0
      MTWorkHR.Core/Global/Enum/SMSMethod.cs
  18. 0 0
      MTWorkHR.Core/Global/Enum/UserTypeEnum.cs
  19. 0 0
      MTWorkHR.Core/Global/GlobalInfo.cs
  20. 0 0
      MTWorkHR.Core/IDto/IPagingInputDto.cs
  21. 0 0
      MTWorkHR.Core/IDto/IPagingResultDto.cs
  22. 0 0
      MTWorkHR.Core/IDto/IUserPagingInputDto.cs
  23. 0 0
      MTWorkHR.Core/IRepositories/Auth/IPermissionRepository.cs
  24. 0 0
      MTWorkHR.Core/IRepositories/Auth/IRolePermissionRepository.cs
  25. 0 0
      MTWorkHR.Core/IRepositories/Auth/IUserRoleRepository.cs
  26. 0 0
      MTWorkHR.Core/IRepositories/Base/IRepository.cs
  27. 0 0
      MTWorkHR.Core/IRepositories/Base/IRepositoryLog.cs
  28. 0 0
      MTWorkHR.Core/IRepositories/IEmployeeRepository.cs
  29. 0 0
      MTWorkHR.Core/IUnitOfWork/IUnitOfWork.cs
  30. 0 0
      MTWorkHR.Core/IUnitOfWork/IUnitOfWorkLog.cs
  31. 0 0
      MTWorkHR.Core/Logging/AuthenticateLog.cs
  32. 0 0
      MTWorkHR.Core/Logging/FileLog.cs
  33. 0 0
      MTWorkHR.Core/Logging/Log.cs
  34. 0 0
      MTWorkHR.Core/Logging/RoleLog.cs
  35. 0 0
      MTWorkHR.Core/Logging/SMSLog.cs
  36. 0 0
      MTWorkHR.Core/Logging/SettingLog.cs
  37. 0 0
      MTWorkHR.Core/Logging/UserLog.cs
  38. 0 0
      MTWorkHR.Core/MTWorkHR.Core.csproj

MTWorkHR.Domain/AppSettingsConfiguration.cs → MTWorkHR.Core/AppSettingsConfiguration.cs


MTWorkHR.Domain/EmailSettings.cs → MTWorkHR.Core/EmailSettings.cs


MTWorkHR.Domain/Entities/Auth/Permission.cs → MTWorkHR.Core/Entities/Auth/Permission.cs


MTWorkHR.Domain/Entities/Base/AuditEntity.cs → MTWorkHR.Core/Entities/Base/AuditEntity.cs


MTWorkHR.Domain/Entities/Base/Entity.cs → MTWorkHR.Core/Entities/Base/Entity.cs


MTWorkHR.Domain/Entities/Base/FilterAttribute.cs → MTWorkHR.Core/Entities/Base/FilterAttribute.cs


MTWorkHR.Domain/Entities/Base/FullAuditEntity.cs → MTWorkHR.Core/Entities/Base/FullAuditEntity.cs


MTWorkHR.Domain/Entities/Base/IAuditEntity.cs → MTWorkHR.Core/Entities/Base/IAuditEntity.cs


MTWorkHR.Domain/Entities/Base/IEntity.cs → MTWorkHR.Core/Entities/Base/IEntity.cs


MTWorkHR.Domain/Entities/Base/IFullAuditEntity.cs → MTWorkHR.Core/Entities/Base/IFullAuditEntity.cs


MTWorkHR.Domain/Entities/Base/ISoftDelete.cs → MTWorkHR.Core/Entities/Base/ISoftDelete.cs


MTWorkHR.Domain/Entities/Employee.cs → MTWorkHR.Core/Entities/Employee.cs


MTWorkHR.Domain/Global/AppException.cs → MTWorkHR.Core/Global/AppException.cs


MTWorkHR.Domain/Global/AppExceptions.cs → MTWorkHR.Core/Global/AppExceptions.cs


MTWorkHR.Domain/Global/Enum/ExceptionEnum.cs → MTWorkHR.Core/Global/Enum/ExceptionEnum.cs


MTWorkHR.Domain/Global/Enum/NotificationTypeEnum.cs → MTWorkHR.Core/Global/Enum/NotificationTypeEnum.cs


MTWorkHR.Domain/Global/Enum/SMSMethod.cs → MTWorkHR.Core/Global/Enum/SMSMethod.cs


MTWorkHR.Domain/Global/Enum/UserTypeEnum.cs → MTWorkHR.Core/Global/Enum/UserTypeEnum.cs


MTWorkHR.Domain/Global/GlobalInfo.cs → MTWorkHR.Core/Global/GlobalInfo.cs


MTWorkHR.Domain/IDto/IPagingInputDto.cs → MTWorkHR.Core/IDto/IPagingInputDto.cs


MTWorkHR.Domain/IDto/IPagingResultDto.cs → MTWorkHR.Core/IDto/IPagingResultDto.cs


MTWorkHR.Domain/IDto/IUserPagingInputDto.cs → MTWorkHR.Core/IDto/IUserPagingInputDto.cs


MTWorkHR.Domain/IRepositories/Auth/IPermissionRepository.cs → MTWorkHR.Core/IRepositories/Auth/IPermissionRepository.cs


MTWorkHR.Domain/IRepositories/Auth/IRolePermissionRepository.cs → MTWorkHR.Core/IRepositories/Auth/IRolePermissionRepository.cs


MTWorkHR.Domain/IRepositories/Auth/IUserRoleRepository.cs → MTWorkHR.Core/IRepositories/Auth/IUserRoleRepository.cs


MTWorkHR.Domain/IRepositories/Base/IRepository.cs → MTWorkHR.Core/IRepositories/Base/IRepository.cs


MTWorkHR.Domain/IRepositories/Base/IRepositoryLog.cs → MTWorkHR.Core/IRepositories/Base/IRepositoryLog.cs


MTWorkHR.Domain/IRepositories/IEmployeeRepository.cs → MTWorkHR.Core/IRepositories/IEmployeeRepository.cs


MTWorkHR.Domain/IUnitOfWork/IUnitOfWork.cs → MTWorkHR.Core/IUnitOfWork/IUnitOfWork.cs


MTWorkHR.Domain/IUnitOfWork/IUnitOfWorkLog.cs → MTWorkHR.Core/IUnitOfWork/IUnitOfWorkLog.cs


MTWorkHR.Domain/Logging/AuthenticateLog.cs → MTWorkHR.Core/Logging/AuthenticateLog.cs


MTWorkHR.Domain/Logging/FileLog.cs → MTWorkHR.Core/Logging/FileLog.cs


MTWorkHR.Domain/Logging/Log.cs → MTWorkHR.Core/Logging/Log.cs


MTWorkHR.Domain/Logging/RoleLog.cs → MTWorkHR.Core/Logging/RoleLog.cs


MTWorkHR.Domain/Logging/SMSLog.cs → MTWorkHR.Core/Logging/SMSLog.cs


MTWorkHR.Domain/Logging/SettingLog.cs → MTWorkHR.Core/Logging/SettingLog.cs


MTWorkHR.Domain/Logging/UserLog.cs → MTWorkHR.Core/Logging/UserLog.cs


MTWorkHR.Domain/MTWorkHR.Core.csproj → MTWorkHR.Core/MTWorkHR.Core.csproj