Exemplo n.º 1
0
 public Task <IEnumerable <PrefixoModel> > Search(PrefixoModel g, string s, int?u)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public Task <IEnumerable <PrefixoModel> > BuscarItens(PrefixoModel t, string s, int?u)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public Task <PrefixoModel> FindById(PrefixoModel t, int?u)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public Task <PrefixoModel> BuscarItemByID(PrefixoModel t, int?u)
 {
     throw new NotImplementedException();
 }