예제 #1
0
 public IList <Table> GetTables()
 {
     return(_clientDataAccess.GetTables(_userContext.Id).ToList());
 }