Gestito elenco clienti e prospect in lista contatti
This commit is contained in:
@@ -7,7 +7,9 @@ namespace salesbook.Shared.Core.Interface;
|
||||
public interface IManageDataService
|
||||
{
|
||||
Task<List<T>> GetTable<T>(Expression<Func<T, bool>>? whereCond = null) where T : new();
|
||||
|
||||
Task<List<ActivityDTO>> GetActivity(Expression<Func<StbActivity, bool>>? whereCond = null);
|
||||
Task<List<ContactDTO>> GetContact();
|
||||
|
||||
Task InsertOrUpdate<T>(T objectToSave);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user