This commit is contained in:
2025-09-22 15:10:24 +02:00
parent ce56e9e57d
commit 31db52d0d7
3 changed files with 7 additions and 7 deletions

View File

@@ -93,7 +93,7 @@
width: 100%;
background: var(--light-card-background);
padding: 0 !important;
padding-bottom: .5rem !;
padding-bottom: .5rem !important;
border-radius: 16px;
margin-bottom: 0 !important;
}

View File

@@ -7,7 +7,7 @@
line-height: normal;
border-left: 5px solid var(--card-border-color);
background-color: hsl(from var(--card-border-color) h s 98%);
background-color: hsl(from var(--card-border-color) h s 99%);
}
.activity-left-section {

View File

@@ -29,11 +29,6 @@ public class ManageDataService : IManageDataService
throw new NotImplementedException();
}
public Task<List<ContactDTO>> GetContact(WhereCondContact whereCond)
{
throw new NotImplementedException();
}
public Task<ContactDTO?> GetSpecificContact(string codAnag, bool IsContact)
{
throw new NotImplementedException();
@@ -74,6 +69,11 @@ public class ManageDataService : IManageDataService
throw new NotImplementedException();
}
public Task<List<ActivityDTO>> MapActivity(List<StbActivity>? activities)
{
throw new NotImplementedException();
}
public Task ClearDb()
{
throw new NotImplementedException();