示例#1
0
 public IList <EmergencyCardTypeEntity> GetAllCardType(string deptCode)
 {
     return(service.GetAllCardType(deptCode));
 }