I hereby claim:
- I am rajeshchada on github.
- I am rajeshchada (https://keybase.io/rajeshchada) on keybase.
- I have a public key ASD3UkMiuOyAnesbucIRPTImpW4MkO5mu-9c-4BR3Ru-3Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
public class TableStorageClient | |
{ | |
private string connectionString = string.Empty; | |
public TableStorageClient(string _connectionString) | |
{ | |
this.connectionString = _connectionString; | |
} | |
private CloudTable GetTable(string tableName) { |