Beispiel #1
0
 protected override SystemUser LoadDataByID(int id)
 {
     return(systemUserServiceInstance.FindById(id));
 }