Exemplo n.º 1
0
 public static CLayer.CityEntitleSvaeRslt Savedetails(string[] ClsID, string[] Amount, CLayer.CityEntitle data)
 {
     DataLayer.CityEntitle Save = new DataLayer.CityEntitle();
     return(Save.Savedetails(ClsID, Amount, data));
 }
Exemplo n.º 2
0
 //Savedetails
 public static List <CLayer.CityEntitle> Get(int EmployeeGradesId)
 {
     DataLayer.CityEntitle getbyid = new DataLayer.CityEntitle();
     return(getbyid.GetById(EmployeeGradesId));
 }