Ejemplo n.º 1
0
 public int PostFight(Fight fight)
 {
     return(_dal.PostFight(fight));
 }