Exemplo n.º 1
0
        public async Task <int> GetVtype(string vtype)

        {
            return(await _repository.GetVtype(vtype));
        }