Exemplo n.º 1
0
 /// This method will update the resource job skill.
 public bool UpdateResourceJobSkill(ResourceJobSkill resourceJobSkill)
 {
     return true;
 }
Exemplo n.º 2
0
 /// This method will add the resource job skill.
 public int AddResourceJobSkill(ResourceJobSkill resourceJobSkill)
 {
     return 0;
 }