Beispiel #1
0
 public int Update(Levelcost levelcost)
 {
     return(bll.Update(levelcost));
 }
Beispiel #2
0
 public int Create(Levelcost levelcost)
 {
     return(bll.Create(levelcost));
 }