Esempio n. 1
0
 public Task <dynamic> Previsto(int f)
 {
     dal = new DALFornecedor();
     return(dal.Previsto(f));
 }