Esempio n. 1
0
 public override ProductModel GetByKey(int key)
 {
     return(DataStorageService.FindProductById(key));
 }