Esempio n. 1
0
 public Lab GetLab(string labId)
 {
     return(GetLab(_labRepository.GetLab(labId)));
 }