コード例 #1
0
 public void SetDataContext(string orgoId)
 {
     if (!string.IsNullOrEmpty(orgoId))
     {
         DataAccessContext.Instance().SetClientContext(orgoId, "ORGOID", new ApplicationKeys(), null, null, "");
     }
 }