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.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Thanks million all
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
By the way, Could we use CustomerRepositoryBase Class which your team wrote? If we can, How we use it?
Thanks All
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
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.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Thanks ismcagdas
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)