예제 #1
0
 public async Task <bool> CheckBarCodeExists(string code)
 {
     return(await _repoGlue.CheckBarCodeExists(code));
 }