aboutsummaryrefslogtreecommitdiff
path: root/backend/api/api/Interfaces
diff options
context:
space:
mode:
authorSonja Galovic <galovicsonja@gmail.com>2022-05-19 23:35:21 +0200
committerSonja Galovic <galovicsonja@gmail.com>2022-05-19 23:35:21 +0200
commit863881a77f00810f3298aaf6fc451edfe733d121 (patch)
treea0f8deb87a71f4047032c8bf3944e9e17eed4e87 /backend/api/api/Interfaces
parent104616db42f10c5a009b3e23e599e8e7bad939c2 (diff)
parent8d41b2ec76f7566bf51598670b51141cad9b66ef (diff)
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'backend/api/api/Interfaces')
-rw-r--r--backend/api/api/Interfaces/IPredictorService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/api/api/Interfaces/IPredictorService.cs b/backend/api/api/Interfaces/IPredictorService.cs
index 16f0432a..8a8308be 100644
--- a/backend/api/api/Interfaces/IPredictorService.cs
+++ b/backend/api/api/Interfaces/IPredictorService.cs
@@ -12,5 +12,6 @@ namespace api.Services
List<Predictor> GetPublicPredictors();
List<Predictor> SortPredictors(string userId, bool ascdsc, int latest);
void Update(string id, Predictor predictor);
+ public Predictor Exists(string modelId, string experimentId);
}
} \ No newline at end of file