Exemple #1
0
 public int DeleteAllowance(int id)
 {
     return(_repo.DeleteAllowance(id));
 }