Browse Source

Ensure start model is of type Entity Data

James Montemagno 9 years ago
parent
commit
e379a44f91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      HandsOnLab/Start/DevDaysSpeakers/DevDaysSpeakers/Model/Speaker.cs

+ 1 - 1
HandsOnLab/Start/DevDaysSpeakers/DevDaysSpeakers/Model/Speaker.cs

@@ -6,7 +6,7 @@ using System.Threading.Tasks;
 
 namespace DevDaysSpeakers.Model
 {
-    public class Speaker
+    public class Speaker : AppServiceHelpers.Models.EntityData
     {
         
     }