Exemplo n.º 1
0
 public virtual Task <GrantedStoreDto> UpdateAsync(Guid id, CreateUpdateGrantedStoreDto input)
 {
     return(_service.UpdateAsync(id, input));
 }
Exemplo n.º 2
0
 public virtual Task <GrantedStoreDto> CreateAsync(CreateUpdateGrantedStoreDto input)
 {
     return(_service.CreateAsync(input));
 }