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