Dear All,
I'm using NetCoreAngular2. I wanna call sp,view,functions from server side. How do it?
Thanks all
5 Answer(s)
-
0
Hi,
You can check this forum post #1417@8bc21bc5-17a5-4b16-b919-b63abcc16b6c. Please write back if it does not work for you.
Thanks.
-
0
Thanks million all
-
0
By the way, Could we use CustomerRepositoryBase Class which your team wrote? If we can, How we use it?
Thanks All
-
0
Hi,
RepositoryBase class is similar to this one <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-template/blob/master/src/AbpCompanyName.AbpProjectName.EntityFramework/EntityFramework/Repositories/AbpProjectNameRepositoryBase.cs">https://github.com/aspnetboilerplate/mo ... oryBase.cs</a>.
If you created your project from module zero template, it should be already in your project. Otherwise, you can create a similar class to this one and derive your repositories from that class.
-
0
Thanks ismcagdas