Finished MessageRepository

+ Tests
This commit is contained in:
Artemy
2025-06-22 14:32:01 +07:00
parent 972b4fb83c
commit b75c0d3f5a
9 changed files with 256 additions and 34 deletions
@@ -0,0 +1,4 @@
namespace Govor.Data.Repositories.Exceptions;
public class RemoveException(string s, Exception exception)
: Exception(s, exception);