Ejemplo n.º 1
0
 public bool AddSerial(AppSerial appSerial)
 {
     return(_dbContext.AddSerial(appSerial));
 }