Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where can I find Exp.Isis.CrisisManager.Core.Services? #2

Open
jsuddsjr opened this issue Sep 20, 2019 · 2 comments
Open

Where can I find Exp.Isis.CrisisManager.Core.Services? #2

jsuddsjr opened this issue Sep 20, 2019 · 2 comments

Comments

@jsuddsjr
Copy link

Example.Api/Controllers/UserController.cs contains a using statement for an unknown library.

using Exp.Isis.CrisisManager.Core.Services

I've looked all over for it, but haven't seen it used anywhere else but in your code.

@pushpendra42
Copy link

I think you can comment this statement.

@nhatdiec
Copy link

nhatdiec commented Apr 6, 2020

Example.Api/Controllers/UserController.cs contains a using statement for an unknown library.

using Exp.Isis.CrisisManager.Core.Services

I've looked all over for it, but haven't seen it used anywhere else but in your code.

You need to change it to using Example.Api.Services;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants