Beispiel #1
0
 public async Task <RProductAttribute> GetFromDb(string attributeId)
 {
     return(await _repository.Get(attributeId));
 }