コード例 #1
0
 /// <summary>
 /// End should be called after calling all methods in tenantRepository .
 /// boceause that disposes the tenenant based session
 /// </summary>
 /// <param name="tenantId">tenantId</param>
 /// <returns>return nothing</returns>
 public void EndSession(int tenantId)
 {
     internalRepository.EndSession(tenantId);
 }