SalesService project is a Web API project that has been developed for the Sales SQL Database.
/*
- Project: SalesService Web API
- Author: Rushikesh Chikka
- All rights reserved. */
This Service has been used in one of the Angular applications. In this project I've developed various controllers which has action methods for various CRUD(Create, Retrive, Update and Delete) operations using Http POST, GET, PUT and DELETE attributes.