apply fix on GraphQL ...
This commit is contained in:
+11
-11
@@ -208,11 +208,11 @@ namespace xServices.DI
|
|||||||
isDevelopmentEnvironment: isDevelopmentEnvironment
|
isDevelopmentEnvironment: isDevelopmentEnvironment
|
||||||
);
|
);
|
||||||
|
|
||||||
// //
|
//
|
||||||
// // Using Category Service ...
|
// Using Category Service ...
|
||||||
// app.UseXCategoryService(
|
app.UseXCategoryService(
|
||||||
// isDevelopmentEnvironment: isDevelopmentEnvironment
|
isDevelopmentEnvironment: isDevelopmentEnvironment
|
||||||
// );
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
@@ -331,12 +331,12 @@ namespace xServices.DI
|
|||||||
repositoryType: repositoryType
|
repositoryType: repositoryType
|
||||||
);
|
);
|
||||||
|
|
||||||
// //
|
//
|
||||||
// // Register Category Service ...
|
// Register Category Service ...
|
||||||
// services.AddXCategoryService<XApiDbContext>(
|
services.AddXCategoryService<XApiDbContext>(
|
||||||
// lifeTime: lifeTime,
|
lifeTime: lifeTime,
|
||||||
// repositoryType: repositoryType
|
repositoryType: repositoryType
|
||||||
// );
|
);
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user