Пример #1
0
 public ApiKey CreateKey(ApiKey key)
 {
     return(_apiKeyRepository.CreateNewKey(key));
 }