Hi,
I have started to develop a system where it is based on EF Code first. I have now a new requirement for complex reports that were developed using Stored Procedures. Since this is a code first project how do I import and use the stored procedures that were created by my client's database developer?
Thanks