throw error instead of returning made up value
This commit is contained in:
parent
5db12093c4
commit
45713b868d
@ -31,7 +31,7 @@ public class TaskManager
|
||||
|
||||
public bool PublicationAlreadyAdded(Publication publication)
|
||||
{
|
||||
return false;
|
||||
throw new NotImplementedException();
|
||||
//TODO fuzzy check publications
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user