Fix Redundance Reference
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
namespace AMREZ.EOP.Contracts.DTOs.Integrations.SCB.OAuth;
|
||||
|
||||
public class OAuthRequest
|
||||
public sealed class OAuthRequest
|
||||
{
|
||||
|
||||
public OAuthRequest(string applicationKey, string applicationSecret)
|
||||
{
|
||||
ApplicationKey = applicationKey;
|
||||
ApplicationSecret = applicationSecret;
|
||||
}
|
||||
|
||||
public string ApplicationKey { get; }
|
||||
public string ApplicationSecret { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user