Ejemplo n.º 1
0
 public ArticleTypeRepository(OffreServiceContext _context)
 {
     this._context = _context;
 }
Ejemplo n.º 2
0
 public CommentaireRepository(OffreServiceContext _context)
 {
     this._context = _context;
 }
Ejemplo n.º 3
0
 public DiscussionRepository(OffreServiceContext _context)
 {
     this._context = _context;
 }
Ejemplo n.º 4
0
 public ClientController(OffreServiceContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public AdminRepository(OffreServiceContext _context)
 {
     this._context = _context;
 }