Beispiel #1
0
 public async Task <ActionResult <AccountType> > GetAccount(string id)
 {
     return(await _accountTypeRepository.GetAccount(id));
 }