Example #1
0
 public async Task <int> Create(Gateway gateway)
 {
     return(await _repo.Create(this.ConvertToDomain(gateway)));
 }