public void Delete(L_NetWorthEuros entity) { Repository.Delete(entity); }
public void Add(L_NetWorthEuros entity) { Repository.Add(entity); }