Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit e0c9388

Browse files
committed
Deprecata classe ResponseResult
1 parent 8408002 commit e0c9388

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NET6CustomLibrary/CustomResults/ResponseResult.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
namespace NET6CustomLibrary.CustomResults;
22

3+
[Obsolete("This method will be deprecated in future releases.", false)]
34
public class ResponseResult
45
{
56
public bool Succeeded { get; set; }

0 commit comments

Comments
 (0)