Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
zinab
/
MTWorkHR
İzle
1
Yıldızla
0
Çatalla
0
Files
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Kaynağa Gözat
rename core project
zinab
1 yıl önce
ebeveyn
d4d9e910ed
işleme
e0672dcda1
38 değiştirilmiş dosya
ile
0 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
0
0
MTWorkHR.Core/AppSettingsConfiguration.cs
0
0
MTWorkHR.Core/EmailSettings.cs
0
0
MTWorkHR.Core/Entities/Auth/Permission.cs
0
0
MTWorkHR.Core/Entities/Base/AuditEntity.cs
0
0
MTWorkHR.Core/Entities/Base/Entity.cs
0
0
MTWorkHR.Core/Entities/Base/FilterAttribute.cs
0
0
MTWorkHR.Core/Entities/Base/FullAuditEntity.cs
0
0
MTWorkHR.Core/Entities/Base/IAuditEntity.cs
0
0
MTWorkHR.Core/Entities/Base/IEntity.cs
0
0
MTWorkHR.Core/Entities/Base/IFullAuditEntity.cs
0
0
MTWorkHR.Core/Entities/Base/ISoftDelete.cs
0
0
MTWorkHR.Core/Entities/Employee.cs
0
0
MTWorkHR.Core/Global/AppException.cs
0
0
MTWorkHR.Core/Global/AppExceptions.cs
0
0
MTWorkHR.Core/Global/Enum/ExceptionEnum.cs
0
0
MTWorkHR.Core/Global/Enum/NotificationTypeEnum.cs
0
0
MTWorkHR.Core/Global/Enum/SMSMethod.cs
0
0
MTWorkHR.Core/Global/Enum/UserTypeEnum.cs
0
0
MTWorkHR.Core/Global/GlobalInfo.cs
0
0
MTWorkHR.Core/IDto/IPagingInputDto.cs
0
0
MTWorkHR.Core/IDto/IPagingResultDto.cs
0
0
MTWorkHR.Core/IDto/IUserPagingInputDto.cs
0
0
MTWorkHR.Core/IRepositories/Auth/IPermissionRepository.cs
0
0
MTWorkHR.Core/IRepositories/Auth/IRolePermissionRepository.cs
0
0
MTWorkHR.Core/IRepositories/Auth/IUserRoleRepository.cs
0
0
MTWorkHR.Core/IRepositories/Base/IRepository.cs
0
0
MTWorkHR.Core/IRepositories/Base/IRepositoryLog.cs
0
0
MTWorkHR.Core/IRepositories/IEmployeeRepository.cs
0
0
MTWorkHR.Core/IUnitOfWork/IUnitOfWork.cs
0
0
MTWorkHR.Core/IUnitOfWork/IUnitOfWorkLog.cs
0
0
MTWorkHR.Core/Logging/AuthenticateLog.cs
0
0
MTWorkHR.Core/Logging/FileLog.cs
0
0
MTWorkHR.Core/Logging/Log.cs
0
0
MTWorkHR.Core/Logging/RoleLog.cs
0
0
MTWorkHR.Core/Logging/SMSLog.cs
0
0
MTWorkHR.Core/Logging/SettingLog.cs
0
0
MTWorkHR.Core/Logging/UserLog.cs
0
0
MTWorkHR.Core/MTWorkHR.Core.csproj
MTWorkHR.Domain/AppSettingsConfiguration.cs → MTWorkHR.Core/AppSettingsConfiguration.cs
Dosyayı Görüntüle
MTWorkHR.Domain/EmailSettings.cs → MTWorkHR.Core/EmailSettings.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Entities/Auth/Permission.cs → MTWorkHR.Core/Entities/Auth/Permission.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Entities/Base/AuditEntity.cs → MTWorkHR.Core/Entities/Base/AuditEntity.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Entities/Base/Entity.cs → MTWorkHR.Core/Entities/Base/Entity.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Entities/Base/FilterAttribute.cs → MTWorkHR.Core/Entities/Base/FilterAttribute.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Entities/Base/FullAuditEntity.cs → MTWorkHR.Core/Entities/Base/FullAuditEntity.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Entities/Base/IAuditEntity.cs → MTWorkHR.Core/Entities/Base/IAuditEntity.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Entities/Base/IEntity.cs → MTWorkHR.Core/Entities/Base/IEntity.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Entities/Base/IFullAuditEntity.cs → MTWorkHR.Core/Entities/Base/IFullAuditEntity.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Entities/Base/ISoftDelete.cs → MTWorkHR.Core/Entities/Base/ISoftDelete.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Entities/Employee.cs → MTWorkHR.Core/Entities/Employee.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Global/AppException.cs → MTWorkHR.Core/Global/AppException.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Global/AppExceptions.cs → MTWorkHR.Core/Global/AppExceptions.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Global/Enum/ExceptionEnum.cs → MTWorkHR.Core/Global/Enum/ExceptionEnum.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Global/Enum/NotificationTypeEnum.cs → MTWorkHR.Core/Global/Enum/NotificationTypeEnum.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Global/Enum/SMSMethod.cs → MTWorkHR.Core/Global/Enum/SMSMethod.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Global/Enum/UserTypeEnum.cs → MTWorkHR.Core/Global/Enum/UserTypeEnum.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Global/GlobalInfo.cs → MTWorkHR.Core/Global/GlobalInfo.cs
Dosyayı Görüntüle
MTWorkHR.Domain/IDto/IPagingInputDto.cs → MTWorkHR.Core/IDto/IPagingInputDto.cs
Dosyayı Görüntüle
MTWorkHR.Domain/IDto/IPagingResultDto.cs → MTWorkHR.Core/IDto/IPagingResultDto.cs
Dosyayı Görüntüle
MTWorkHR.Domain/IDto/IUserPagingInputDto.cs → MTWorkHR.Core/IDto/IUserPagingInputDto.cs
Dosyayı Görüntüle
MTWorkHR.Domain/IRepositories/Auth/IPermissionRepository.cs → MTWorkHR.Core/IRepositories/Auth/IPermissionRepository.cs
Dosyayı Görüntüle
MTWorkHR.Domain/IRepositories/Auth/IRolePermissionRepository.cs → MTWorkHR.Core/IRepositories/Auth/IRolePermissionRepository.cs
Dosyayı Görüntüle
MTWorkHR.Domain/IRepositories/Auth/IUserRoleRepository.cs → MTWorkHR.Core/IRepositories/Auth/IUserRoleRepository.cs
Dosyayı Görüntüle
MTWorkHR.Domain/IRepositories/Base/IRepository.cs → MTWorkHR.Core/IRepositories/Base/IRepository.cs
Dosyayı Görüntüle
MTWorkHR.Domain/IRepositories/Base/IRepositoryLog.cs → MTWorkHR.Core/IRepositories/Base/IRepositoryLog.cs
Dosyayı Görüntüle
MTWorkHR.Domain/IRepositories/IEmployeeRepository.cs → MTWorkHR.Core/IRepositories/IEmployeeRepository.cs
Dosyayı Görüntüle
MTWorkHR.Domain/IUnitOfWork/IUnitOfWork.cs → MTWorkHR.Core/IUnitOfWork/IUnitOfWork.cs
Dosyayı Görüntüle
MTWorkHR.Domain/IUnitOfWork/IUnitOfWorkLog.cs → MTWorkHR.Core/IUnitOfWork/IUnitOfWorkLog.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Logging/AuthenticateLog.cs → MTWorkHR.Core/Logging/AuthenticateLog.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Logging/FileLog.cs → MTWorkHR.Core/Logging/FileLog.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Logging/Log.cs → MTWorkHR.Core/Logging/Log.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Logging/RoleLog.cs → MTWorkHR.Core/Logging/RoleLog.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Logging/SMSLog.cs → MTWorkHR.Core/Logging/SMSLog.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Logging/SettingLog.cs → MTWorkHR.Core/Logging/SettingLog.cs
Dosyayı Görüntüle
MTWorkHR.Domain/Logging/UserLog.cs → MTWorkHR.Core/Logging/UserLog.cs
Dosyayı Görüntüle
MTWorkHR.Domain/MTWorkHR.Core.csproj → MTWorkHR.Core/MTWorkHR.Core.csproj
Dosyayı Görüntüle