Exemplo n.º 1
0
 public IActionResult GetAllTransactionType()
 {
     //UserService service = new UserService();
     return(Ok(_transactiontypeService.GetAlltransactiontypes()));
 }