Skip to content

Commit 2daa310

Browse files
committed
Move to internal.
1 parent 4ff4b6c commit 2daa310

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
using Tapper;
2+
13
namespace Initium.Infrastructure;
24

5+
[TranspilationSource]
36
public class BaseRequest
47
{
58
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
using Tapper;
2+
13
namespace Initium.Infrastructure;
24

5+
[TranspilationSource]
36
public class BaseRequestWithValidator<TValidator>
47
{
58
}

src/Initium/Infrastructure/BaseResult.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ namespace Initium.Infrastructure;
99
/// This class can be extended or used as a base for more specific result types,
1010
/// providing details such as success state, messages, status codes, and metadata.
1111
/// </remarks>
12-
[Obsolete("Move to internal?")]
13-
public abstract class BaseResult
12+
internal abstract class BaseResult
1413
{
1514
/// <summary>
1615
/// Gets or sets a value indicating whether the operation was successful.

0 commit comments

Comments
 (0)