Exemple #1
0
 /// <summary>
 /// Constructor injection business logic type identification
 /// </summary>
 /// <param name="identificationTypeBusinessLogic">property typeidentification</param>
 public GetAll(IIdentificationTypeBusinessLogic identificationTypeBusinessLogic)
 {
     _identificationTypeBusinessLogic = identificationTypeBusinessLogic;
 }
 /// <summary>
 /// Constructor injection business logic type identification
 /// </summary>
 /// <param name="identificationTypeBusinessLogic">property typeidentification</param>
 public Create(IIdentificationTypeBusinessLogic identificationTypeBusinessLogic)
 {
     _identificationTypeBusinessLogic = identificationTypeBusinessLogic;
 }