generated from Integry/Template_NetMauiBlazorHybrid
Fix vari
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user