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