public EditorialRepoImpl()
 {
     context = new ComicEntities();
 }
Exemplo n.º 2
0
 public ArtistRepoImpl()
 {
     context = new ComicEntities();
 }
Exemplo n.º 3
0
 public LanguageRepoImpl()
 {
     context = new ComicEntities();
 }
Exemplo n.º 4
0
 public FormatRepoImpl()
 {
     context = new ComicEntities();
 }
Exemplo n.º 5
0
 public StoryRepoImpl()
 {
     context = new ComicEntities();
 }
Exemplo n.º 6
0
 public TitleRepoImpl()
 {
     context = new ComicEntities();
 }
Exemplo n.º 7
0
 public LocationRepoImpl()
 {
     context = new ComicEntities();
 }
Exemplo n.º 8
0
 public UserRepoImpl()
 {
     context = new ComicEntities();
 }
Exemplo n.º 9
0
 public CstateRepoImpl()
 {
     context = new ComicEntities();
 }