Skip to content

Commit

Permalink
fix cosmetic issues
Browse files Browse the repository at this point in the history
  • Loading branch information
IliyanIlievPH committed May 11, 2020
1 parent aea32b5 commit 25af61d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
using Lykke.SettingsReader.Attributes;
using Lykke.SettingsReader.Attributes;

namespace MAVN.Service.SmsProviderInfobip.Client
namespace MAVN.Service.SmsProviderInfobip.Client
{
/// <summary>
/// SmsProviderInfobip client settings.
/// </summary>
public class SmsProviderInfobipServiceClientSettings
public class SmsProviderInfobipServiceClientSettings
{
/// <summary>Service url.</summary>
[HttpCheck("api/isalive")]
public string ServiceUrl {get; set;}
public string ServiceUrl { get; set; }
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;

namespace MAVN.Service.SmsProviderInfobip.InfobipClient.Models.Requests
{
Expand Down Expand Up @@ -27,5 +27,4 @@ public class SendSmsRequestModel
[JsonProperty("text")]
public string Text { get; set; }
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace MAVN.Service.SmsProviderInfobip.Domain.Services
{
public interface ISmsService : ISmsProviderApi

{
}
}

0 comments on commit 25af61d

Please sign in to comment.