IRepository<T> Generic CRUD, IUnitOfWork 트랜잭션, 도메인별 특화 Repository 인터페이스 7종 정의 (Service, Admin, Device, Message, PushLog, File, Stat) |
||
|---|---|---|
| .. | ||
| IAdminRepository.cs | ||
| IDeviceRepository.cs | ||
| IFileRepository.cs | ||
| IMessageRepository.cs | ||
| IPushLogRepository.cs | ||
| IRepository.cs | ||
| IServiceRepository.cs | ||
| IStatRepository.cs | ||
| IUnitOfWork.cs | ||