You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DemoApp - its a Web API 2 application for REST APIs. It has 3 logical layers: APIs, BLL and DAL. Also a DTO Project for common DTOs, which can be used through the layers. Will be developing a Client app (probably Angular 5) in a separate solution, which will be consuming these REST APIs.