[New Feature] Apply graph strategy

This commit is contained in:
Qolzam
2018-01-12 13:40:59 +07:00
parent 7231c59f92
commit e38dbc9fd3
169 changed files with 2931 additions and 2580 deletions

View File

@@ -1,6 +1,7 @@
//#region Interfaces
import { IServiceProvider } from 'core/factories'
import { injectable } from 'inversify'
import {
IAuthorizeService,
ICircleService,
@@ -33,7 +34,7 @@ import {
} from 'data/firestoreClient/services'
//#endregion
@injectable()
export class ServiceProvide implements IServiceProvider {
/**