Beispiel #1
0
 public async Task <bool> AddAsync(Product entity)
 {
     return(await _productDal.AddAsync(entity));
 }