Exemple #1
0
 public Task <int> RemoveAsync(string configId)
 {
     return(_repository.DeleteAsync(configId));
 }