示例#1
0
 public Instance GetInstance(Guid instanceGuid)
 {
     return(_instanceRepository.GetInstance(instanceGuid));
 }