Example #1
0
 public void Load(Guid clientGuid)
 {
     Client = _clientDataService.GetByGuid(clientGuid);
 }