コード例 #1
0
 protected string Get(string uid, string strKey)
 {
     if (string.IsNullOrEmpty(tableName) || DataMgr == null)
     {
         throw new Exception();
     }
     return(DataMgr.Get(tableName, uid, strKey));
 }