Exemplo n.º 1
0
 public PackageController()
 {
     packageDetails = new PackageBL();
     eventDetails   = new EventBL();
     serviceDetails = new ServiceBL();
 }
Exemplo n.º 2
0
 public ServiceController()
 {
     serviceDetails  = new ServiceBL();
     categoryDetails = new ServiceCategoryBL();
 }
Exemplo n.º 3
0
 public ConsultationController(IRepositories iRepositoryP, ILogger <ConsultationController> loggerP, IServiceBL iServiceBLP)
 {
     this.iRepository = iRepositoryP;
     this.logger      = loggerP;
     this.iServiceBL  = iServiceBLP;
 }
Exemplo n.º 4
0
 public PrintController(IRepositories iRepositoryP, ILogger <PrintController> loggerP, IServiceBL iServiceBLP)
 {
     this.iRepository = iRepositoryP;
     this.logger      = loggerP;
     this.iServiceBL  = iServiceBLP;
 }