Exemplo n.º 1
0
 public UserService(BOOKCOMMUNITYEntities db)
 {
     this.db = db;
 }
Exemplo n.º 2
0
 public PointService(BOOKCOMMUNITYEntities db)
 {
     this.db = db;
 }
Exemplo n.º 3
0
 public RoleService(BOOKCOMMUNITYEntities db)
 {
     this.db = db;
 }
 public ModerationEpisodeService(BOOKCOMMUNITYEntities db)
 {
     this.db = db;
 }
Exemplo n.º 5
0
 public CategoryService(BOOKCOMMUNITYEntities db)
 {
     this.db = db;
 }
Exemplo n.º 6
0
 public BookService(BOOKCOMMUNITYEntities db)
 {
     this.db = db;
 }
Exemplo n.º 7
0
 public AuthService(BOOKCOMMUNITYEntities db)
 {
     this.db = db;
 }