Ejemplo n.º 1
0
 /// <summary>
 /// Deletes the specified restriction.
 /// </summary>
 /// <param name="restrictionId">The restriction's identifier.</param>
 /// <returns></returns>
 public async Task <object> DeleteBranchRestriction(int restrictionId)
 {
     return(await _repositoriesEndPoint.DeleteBranchRestriction(_accountName, _repository, restrictionId));
 }