示例#1
0
 public void AddCardType(EmergencyCardTypeEntity model)
 {
     model.TypeId = Guid.NewGuid().ToString();
     service.AddCardType(model);
 }