Esempio n. 1
0
 public Task <ProductOption> CreateOptionAsync(ProductOption option)
 {
     return(_optionRepository.CreatOptionAsync(option));
 }