Exemplo n.º 1
0
 public ProjectTaskRepository(PMNContext AContext)
 {
     FContext = AContext;
 }
Exemplo n.º 2
0
 public static void Initialize(PMNContext AContext)
 {
     AContext.Database.Migrate();
 }