Пример #1
0
 public Task <IEnumerable <PrefixoModel> > Search(PrefixoModel g, string s, int?u)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public Task <IEnumerable <PrefixoModel> > BuscarItens(PrefixoModel t, string s, int?u)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public Task <PrefixoModel> FindById(PrefixoModel t, int?u)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public Task <PrefixoModel> BuscarItemByID(PrefixoModel t, int?u)
 {
     throw new NotImplementedException();
 }