public PlayerRepository(IPlayerDA playerDA)
 {
     _playerDa = playerDA;
 }
示例#2
0
 public PlayerBL(IPlayerDA conn)
 {
     this.conn = conn;
 }