mirror of
https://github.com/Biarity/Sieve.git
synced 2025-12-14 22:27:50 +01:00
Tested exception handling (#7)
This commit is contained in:
@@ -15,5 +15,10 @@ namespace SieveUnitTests.Services
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
public IQueryable<Comment> TestComment(IQueryable<Comment> source, string op, string value)
|
||||
{
|
||||
return source;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user