示例#1
0
 protected T RefreshEntityFromDatabase(int id)
 {
     RefreshTransaction();
     return(BasicRepository.Load(id));
 }