예제 #1
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;
 }
예제 #2
0
 public managerOrderController(UserManager <ApplicationUser> usermanager, ISP_Call ispcall, IordersServices ordersServices, ICustomerRegistrationservices CustomerRegistrationservices, ISP_Call ISP_Call, IdriverRegistrationServices driverRegistrationServices, IstoredetailsServices storedetailsServices, IdistanceServices distanceServices, IdeliveryboyPendingAmtServices deliveryboyPendingAmtServices, IorderhistoryServices orderhistoryServices)
 {
     this._usermanager              = usermanager;
     _ISP_Call                      = ispcall;
     _ispcall                       = ispcall;
     _ordersServices                = ordersServices;
     _CustomerRegistrationservices  = CustomerRegistrationservices;
     _driverRegistrationServices    = driverRegistrationServices;
     _storedetailsServices          = storedetailsServices;
     _distanceServices              = distanceServices;
     _deliveryboyPendingAmtServices = deliveryboyPendingAmtServices;
     _orderhistoryServices          = orderhistoryServices;
 }
예제 #3
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;
 }