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