示例#1
0
 public Disease GetDiseaseByCID(string cid)
 {
     return(_repository.GetByCID(cid));
 }