Migliorata sincronizzazione dei dati
This commit is contained in:
@@ -37,7 +37,6 @@ public class ManageDataService(
|
||||
ReturnPersRif = !whereCond.OnlyContact
|
||||
}
|
||||
);
|
||||
_ = UpdateDbUsers(response);
|
||||
|
||||
clienti = response.AnagClie ?? [];
|
||||
}
|
||||
@@ -69,7 +68,6 @@ public class ManageDataService(
|
||||
ReturnPersRif = !whereCond.OnlyContact
|
||||
}
|
||||
);
|
||||
_ = UpdateDbUsers(response);
|
||||
|
||||
prospect = response.PtbPros ?? [];
|
||||
}
|
||||
|
||||
@@ -58,6 +58,7 @@ namespace salesbook.Maui
|
||||
builder.Services.AddScoped<IIntegryApiService, IntegryApiService>();
|
||||
builder.Services.AddScoped<ISyncDbService, SyncDbService>();
|
||||
builder.Services.AddScoped<IManageDataService, ManageDataService>();
|
||||
builder.Services.AddScoped<PreloadService>();
|
||||
|
||||
//SessionData
|
||||
builder.Services.AddSingleton<JobSteps>();
|
||||
|
||||
Reference in New Issue
Block a user