예제 #1
0
 // Check qrcode  IngredientReport co ton tai hay khong
 public async Task <bool> CheckBarCodeExists(string code)
 {
     return(await _repoIngredient.CheckBarCodeExists(code));
 }