Ejemplo n.º 1
0
 public int Insert(ApplicationsInfo model)
 {
     return(dal.Insert(model));
 }