Ejemplo n.º 1
0
 public async Task <int> AddApiScopeAsync(ApiScope model)
 {
     _apiScopeRepository.AddApiScope(model);
     return(await _unitOfWork.SaveChangesAsync());
 }