1.3: ElevenNote.Contracts
Last updated
Last updated
In this module we'll set up our ElevenNote.Contracts assembly.
The purpose of this layer will be to house our Interfaces, which will serve as contracts for our application's methods.
In the Solution Explorer, right click on the ElevenNote Solution
Make sure to right click on the Solution and NOT the project ElevenNote.WebMVC
Go to Add -> New Project
Select Visual C#, then Windows Classic Desktop
Choose Class Library
Name the project ElevenNote.Contracts
In the ElevenNote.Contracts project, right click on Class1.cs
and delete it.