public EditorialRepoImpl()
 {
     context = new ComicEntities();
 }
Beispiel #2
0
 public ArtistRepoImpl()
 {
     context = new ComicEntities();
 }
Beispiel #3
0
 public LanguageRepoImpl()
 {
     context = new ComicEntities();
 }
Beispiel #4
0
 public FormatRepoImpl()
 {
     context = new ComicEntities();
 }
 public StoryRepoImpl()
 {
     context = new ComicEntities();
 }
Beispiel #6
0
 public TitleRepoImpl()
 {
     context = new ComicEntities();
 }
Beispiel #7
0
 public LocationRepoImpl()
 {
     context = new ComicEntities();
 }
 public UserRepoImpl()
 {
     context = new ComicEntities();
 }
 public CstateRepoImpl()
 {
     context = new ComicEntities();
 }