mirror of
https://github.com/Biarity/Sieve.git
synced 2025-10-28 07:18:29 +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