Exemple #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="CellphoneManageDAL"></param>
 public CellphoneManageController(ICellphoneManageDAL CellphoneManageDAL)
 {
     _cellphoneManageDAL = CellphoneManageDAL;
 }
Exemple #2
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="CellphoneManageDAL"></param>
 public APPVersionController(ICellphoneManageDAL CellphoneManageDAL)
 {
     _cellphoneManageDAL = CellphoneManageDAL;
 }