Ejemplo n.º 1
0
 public BaseService(IUnitOfWork unitOfWork)
 {
     this._unitOfWork = unitOfWork;
     this.ApiAddress  = Helpers.UrlBuilder(AppDataService.GetSettingApiAddress());
 }