Ejemplo n.º 1
0
 public CommentService(ICommentsDAL commentDAL)
 {
     _commentsDAL = commentDAL;
 }
Ejemplo n.º 2
0
 public CommentsBL(ICommentsDAL ICommentsDAL)
 {
     _ICommentsDAL = ICommentsDAL;
 }