1.3: ElevenNote.Contracts
In this module we'll set up our ElevenNote.Contracts assembly.
Purpose
The purpose of this layer will be to house our Interfaces, which will serve as contracts for our application's methods.
ElevenNote.Contracts
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.
Last updated