Exemplo n.º 1
0
 public async Task <IEnumerable <MonsterDto> > GetAllMonstersAsync()
 {
     using (UnitOfWorkProvider.Create())
     {
         return(await _monsterService.ListAllAsync());
     }
 }