Ejemplo n.º 1
0
 public async Task <long> Add(NewRawMaterial model)
 {
     return(await rawMaterialRepository.Add(model));
 }