Exemple #1
0
 public Response AddScope(ScopeProject scope)
 {
     try
     {
         return(_adapterProvider.AddScope(scope));
     }
     catch (Exception ex)
     {
         // return PrepareErrorResponse(ex);
         return(PrepareErrorResponse(ex, ErrorMessages.errAddScope));
     }
 }