Ejemplo n.º 1
0
 public async Task <bool> CheckIfProdExist(long ProdId, string strProdName)
 {
     return(_iproducts.CheckIfProdExist(ProdId, strProdName));
 }