Example #1
0
 public SkillsController(FreeLancerVNContext context)
 {
     _context = context;
 }
Example #2
0
 public BankAccountsController(FreeLancerVNContext context)
 {
     _context = context;
 }
 public OfferHistoriesController(FreeLancerVNContext context)
 {
     _context = context;
 }
Example #4
0
 public TypeOfWorksController(FreeLancerVNContext context)
 {
     _context = context;
 }
 public CapacityProfilesController(FreeLancerVNContext context, IWebHostEnvironment webHostEnvironment)
 {
     _context = context;
     this._webHostEnvironment = webHostEnvironment;
 }
Example #6
0
 public PayformsController(FreeLancerVNContext context)
 {
     _context = context;
 }
Example #7
0
 public JobsController(FreeLancerVNContext context)
 {
     _context = context;
 }
Example #8
0
 public ProvincesController(FreeLancerVNContext context)
 {
     _context = context;
 }
Example #9
0
 public ImagesController(IWebHostEnvironment webHostEnvironment, FreeLancerVNContext context)
 {
     _webHostEnvironment = webHostEnvironment;
     _context            = context;
     rootpath            = _webHostEnvironment.WebRootPath;
 }
Example #10
0
 public UserService(FreeLancerVNContext context)
 {
     this.context = context;
 }
Example #11
0
 public RatingsController(FreeLancerVNContext context)
 {
     _context = context;
 }
Example #12
0
 public MessagesController(FreeLancerVNContext context)
 {
     _context = context;
 }
Example #13
0
 public ServicesController(FreeLancerVNContext context)
 {
     _context = context;
 }
Example #14
0
 public LevelsController(FreeLancerVNContext context)
 {
     _context = context;
 }
Example #15
0
 public FormatData(FreeLancerVNContext context)
 {
     _context = context;
 }
 public AnnouncementsController(FreeLancerVNContext context)
 {
     _context = context;
 }
Example #17
0
 public SpecialtiesController(FreeLancerVNContext context, IWebHostEnvironment webHostEnvironment)
 {
     _context            = context;
     _webHostEnvironment = webHostEnvironment;
     rootpath            = _webHostEnvironment.WebRootPath;
 }