Ejemplo n.º 1
0
 public customerController(ICustomerRegistrationservices _CustomerRegistrationservices, IWebHostEnvironment hostingEnvironment, IsliderServices sliderServices, ISP_Call ISP_Call, IordersServices ordersServices, IcustomerfeedbackServices customerfeedbackServices)
 {
     CustomerRegistrationservices = _CustomerRegistrationservices;
     _sliderServices           = sliderServices;
     _hostingEnvironment       = hostingEnvironment;
     _ISP_Call                 = ISP_Call;
     _ordersServices           = ordersServices;
     _customerfeedbackServices = customerfeedbackServices;
 }
Ejemplo n.º 2
0
 public AdminController(IordersServices ordersServices, ISP_Call ISP_Call, IdriverRegistrationServices driverRegistrationServices, IorderhistoryServices orderhistoryServices, ICustomerRegistrationservices CustomerRegistrationservices, UserManager <ApplicationUser> usermanager, SignInManager <ApplicationUser> _signinmanager)
 {
     _ordersServices               = ordersServices;
     _ISP_Call                     = ISP_Call;
     _driverRegistrationServices   = driverRegistrationServices;
     _orderhistoryServices         = orderhistoryServices;
     _CustomerRegistrationservices = CustomerRegistrationservices;
     _usermanager                  = usermanager;
     signinmanager                 = _signinmanager;
 }
Ejemplo n.º 3
0
 public collectionController(UserManager <ApplicationUser> usermanager, ISP_Call ispcall, IordersServices ordersServices, ICustomerRegistrationservices CustomerRegistrationservices, ISP_Call ISP_Call, IdriverRegistrationServices driverRegistrationServices, IstoredetailsServices storedetailsServices, IdistanceServices distanceServices)
 {
     this._usermanager             = usermanager;
     _ISP_Call                     = ispcall;
     _ispcall                      = ispcall;
     _ordersServices               = ordersServices;
     _CustomerRegistrationservices = CustomerRegistrationservices;
     _driverRegistrationServices   = driverRegistrationServices;
     _storedetailsServices         = storedetailsServices;
     _distanceServices             = distanceServices;
 }
Ejemplo n.º 4
0
 public hotelController(ICustomerRegistrationservices _CustomerRegistrationservices, IstoredetailsServices storedetailsServices, IWebHostEnvironment hostingEnvironment, Iproductcuisinemasterservices productcuisinemasterservices, Iproductservices productservices, IordersServices ordersServices, IorderproductServices orderproductServices, IorderhistoryServices orderhistoryServices, ApplicationDbContext db, ISP_Call ISP_Call, UserManager <ApplicationUser> usermanager)
 {
     _storedetailsServices         = storedetailsServices;
     _hostingEnvironment           = hostingEnvironment;
     _productcuisinemasterservices = productcuisinemasterservices;
     _productservices      = productservices;
     _ordersServices       = ordersServices;
     _orderproductServices = orderproductServices;
     _orderhistoryServices = orderhistoryServices;
     _db          = db;
     _ISP_Call    = ISP_Call;
     _usermanager = usermanager;
 }