Exemple #1
0
 public string SaveSection(Common_Section objSection)
 {
     return(_dataService.SaveSection(objSection));
 }