Exemplo n.º 1
0
 public Component(string category, int componentId, int componentNumber, string datasheet, string image, string name, int ownerId, string tags, LoanInformation loanInformation)
 {
     _category = category;
     _componentId = componentId;
     _componentNumber = componentNumber;
     _datasheet = datasheet;
     this._image = image;
     _name = name;
     _ownerId = ownerId;
     _tags = tags;
     _loanInformation = loanInformation;
 }
Exemplo n.º 2
0
 public Component(string category, int componentId, int componentNumber, string datasheet, string image, string name, int ownerId, string tags, LoanInformation loanInformation)
 {
     _category        = category;
     _componentId     = componentId;
     _componentNumber = componentNumber;
     _datasheet       = datasheet;
     this._image      = image;
     _name            = name;
     _ownerId         = ownerId;
     _tags            = tags;
     _loanInformation = loanInformation;
 }