Add project
This commit is contained in:
9
Common/Dtos/Common/BaseResponse.cs
Normal file
9
Common/Dtos/Common/BaseResponse.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Net;
|
||||
|
||||
namespace Common.Dtos.Common;
|
||||
|
||||
public abstract class BaseResponse
|
||||
{
|
||||
public bool Ok { get; set; }
|
||||
public string? Error { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user