public OfferedServiceLogic()
 {
     _offeredServiceContext = ContextFactory.CreateOfferedServiceContext();
     _usedServiceLogic      = new UsedServiceLogic();
     _categoryLogic         = new CategoryLogic();
     _reviewLogic           = new ReviewLogic();
 }
Exemple #2
0
 public ImageLogic()
 {
     _imageContext          = ContextFactory.CreateImageContext();
     _offeredServiceContext = ContextFactory.CreateOfferedServiceContext();
 }